File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ plugins {
2727
2828 id ' idea'
2929
30- id ' org.openrewrite.rewrite' version ' 6.3.3 '
30+ id ' org.openrewrite.rewrite' version ' 6.3.8 '
3131}
3232
3333// Enable following for debugging
@@ -251,7 +251,7 @@ dependencies {
251251 xjc group : ' org.glassfish.jaxb' , name : ' jaxb-xjc' , version : ' 3.0.2'
252252 xjc group : ' org.glassfish.jaxb' , name : ' jaxb-runtime' , version : ' 3.0.2'
253253
254- rewrite(platform(" org.openrewrite.recipe:rewrite-recipe-bom:2.2.1 " ))
254+ rewrite(platform(" org.openrewrite.recipe:rewrite-recipe-bom:2.3.0 " ))
255255 rewrite(" org.openrewrite.recipe:rewrite-static-analysis" )
256256 rewrite(" org.openrewrite.recipe:rewrite-logging-frameworks" )
257257 rewrite(" org.openrewrite.recipe:rewrite-testing-frameworks" )
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ recipeList:
1919 # - org.openrewrite.staticanalysis.AvoidBoxedBooleanExpressions
2020 # Leads to exception
2121 # - org.openrewrite.staticanalysis.CombineSemanticallyEqualCatchBlocks
22+ # Needs parameters
23+ # - org.openrewrite.staticanalysis.DeclarationSiteTypeVariance
2224 # Unreadable code
2325 # .ifPresent((Path selectedDirectory) -> {
2426 # - org.openrewrite.staticanalysis.ExplicitLambdaArgumentTypes
@@ -121,7 +123,6 @@ recipeList:
121123 - org.openrewrite.staticanalysis.CompareEnumsWithEqualityOperator
122124 - org.openrewrite.staticanalysis.ControlFlowIndentation
123125 - org.openrewrite.staticanalysis.CovariantEquals
124- - org.openrewrite.staticanalysis.DeclarationSiteTypeVariance
125126 # Needs manual intervention
126127# - org.openrewrite.staticanalysis.DefaultComesLast
127128 - org.openrewrite.staticanalysis.EmptyBlock
You can’t perform that action at this time.
0 commit comments