@@ -35,6 +35,7 @@ plugins {
3535}
3636
3737apply (plugin = " nebula.integtest-standalone" )
38+ apply (plugin = " nebula.publish-verification" )
3839
3940configure< nebula.plugin.release.git.base.ReleasePluginExtension > {
4041 defaultVersionStrategy = nebula.plugin.release.NetflixOssStrategies .SNAPSHOT (project)
@@ -82,18 +83,19 @@ configurations.all {
8283val mockito1Version = " 1.10.19"
8384val assertJVersion = " 3.18.1"
8485
86+ val rewriteVersion = " latest.release"
8587dependencies {
86- implementation(" org.openrewrite:rewrite-java:latest.integration " )
87- implementation(" org.openrewrite:rewrite-maven:latest.integration " )
88+ implementation(" org.openrewrite:rewrite-java:$rewriteVersion " )
89+ implementation(" org.openrewrite:rewrite-maven:$rewriteVersion " )
8890 runtimeOnly(" com.fasterxml.jackson.core:jackson-core:latest.release" )
8991
9092 compileOnly(" org.projectlombok:lombok:latest.release" )
9193 annotationProcessor(" org.projectlombok:lombok:latest.release" )
9294
9395 testImplementation(" org.jetbrains.kotlin:kotlin-reflect" )
9496 testImplementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
95- testImplementation(" org.openrewrite:rewrite-java-11:latest.integration " )
96- testImplementation(" org.openrewrite:rewrite-test:latest.integration " )
97+ testImplementation(" org.openrewrite:rewrite-java-11:$rewriteVersion " )
98+ testImplementation(" org.openrewrite:rewrite-test:$rewriteVersion " )
9799 testImplementation(" org.assertj:assertj-core:latest.release" )
98100 testImplementation(" org.junit.jupiter:junit-jupiter-api:latest.release" )
99101 testImplementation(" org.junit.jupiter:junit-jupiter-params:latest.release" )
0 commit comments