diff --git a/pom.xml b/pom.xml
index 45125a574197..596ebd09dde9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,6 +219,7 @@
3.14.0
true
1.0.0-SNAPSHOT
+ 3.16.0
17
21
${java.version}
@@ -5338,6 +5339,13 @@
CheckstyleAutoFix
+
+ **.ci-temp**
+ **/resources-noncompilable/**
+ **src/it/resources**
+ **src/test/resources**
+ **xdocs-examples**
+
**/*.xml
**/*.yml
@@ -5352,6 +5360,11 @@
checkstyle-openrewrite-recipes
${checkstyle.openrewrite.version}
+
+ org.openrewrite.recipe
+ rewrite-migrate-java
+ ${rewrite-migrate-java.version}
+
diff --git a/rewrite.yml b/rewrite.yml
index d32cd02617d0..6edac97a01a3 100644
--- a/rewrite.yml
+++ b/rewrite.yml
@@ -17,3 +17,4 @@ recipeList:
violationReportPath: "target/cs_errors.xml"
configurationPath: "config/checkstyle-checks.xml"
propertiesPath: "config/openrewrite-recipes-checkstyle.properties"
+ - org.openrewrite.java.migrate.Java8toJava11