File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ plugins {
41
41
id ' org.scoverage' version ' 8.0.3' apply false
42
42
id ' com.gradleup.shadow' version ' 8.3.6' apply false
43
43
id ' com.diffplug.spotless' version " 6.25.0"
44
+ id ' org.openrewrite.rewrite' version " 7.10.0"
44
45
}
45
46
46
47
ext {
@@ -817,6 +818,7 @@ subprojects {
817
818
skipConfigurations = [ " zinc" ]
818
819
}
819
820
apply plugin : ' com.diffplug.spotless'
821
+ apply plugin : ' org.openrewrite.rewrite'
820
822
spotless {
821
823
java {
822
824
targetExclude(' **/generated/**/*.java' ,' **/generated-test/**/*.java' )
@@ -2813,6 +2815,7 @@ project(':streams:streams-scala') {
2813
2815
}
2814
2816
2815
2817
apply plugin : ' com.diffplug.spotless'
2818
+ apply plugin : ' org.openrewrite.rewrite'
2816
2819
spotless {
2817
2820
scala {
2818
2821
target ' **/*.scala'
You can’t perform that action at this time.
0 commit comments