We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
StreamRulesRecipes
1 parent 13ff4b8 commit 10eff7eCopy full SHA for 10eff7e
gradle/rewrite.gradle
@@ -1,7 +1,10 @@
1
apply plugin: 'org.openrewrite.rewrite'
2
3
rewrite {
4
- activeRecipe("tech.picnic.errorprone.refasterrules.StreamRulesRecipes")
+ activeRecipe(
5
+ "org.openrewrite.java.migrate.UpgradeToJava17",
6
+ "tech.picnic.errorprone.refasterrules.StreamRulesRecipes"
7
+ )
8
exclusions.addAll(
9
"**_gradle_node_plugin_example_*.gradle",
10
"**gradle/changelog.gradle",
0 commit comments