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 {
4141 id ' org.scoverage' version ' 8.0.3' apply false
4242 id ' com.gradleup.shadow' version ' 8.3.6' apply false
4343 id ' com.diffplug.spotless' version " 6.25.0"
44+ id ' org.openrewrite.rewrite' version " 7.10.0"
4445}
4546
4647ext {
@@ -817,6 +818,7 @@ subprojects {
817818 skipConfigurations = [ " zinc" ]
818819 }
819820 apply plugin : ' com.diffplug.spotless'
821+ apply plugin : ' org.openrewrite.rewrite'
820822 spotless {
821823 java {
822824 targetExclude(' **/generated/**/*.java' ,' **/generated-test/**/*.java' )
@@ -2813,6 +2815,7 @@ project(':streams:streams-scala') {
28132815 }
28142816
28152817 apply plugin : ' com.diffplug.spotless'
2818+ apply plugin : ' org.openrewrite.rewrite'
28162819 spotless {
28172820 scala {
28182821 target ' **/*.scala'
You can’t perform that action at this time.
0 commit comments