File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -123,13 +123,13 @@ val rewriteVersion = if(project.hasProperty("releasing")) {
123123dependencies {
124124 implementation(" org.openrewrite:rewrite-java:$rewriteVersion " )
125125 implementation(" org.openrewrite:rewrite-maven:$rewriteVersion " )
126- implementation(platform(" org.jetbrains.kotlin:kotlin-bom" ))
127126 runtimeOnly(" com.fasterxml.jackson.core:jackson-core:2.12.+" )
128127 runtimeOnly(" org.openrewrite:rewrite-java-11:$rewriteVersion " )
129128
130129 compileOnly(" org.projectlombok:lombok:latest.release" )
131130 annotationProcessor(" org.projectlombok:lombok:latest.release" )
132131
132+ testImplementation(platform(" org.jetbrains.kotlin:kotlin-bom" ))
133133 testImplementation(" org.jetbrains.kotlin:kotlin-reflect" )
134134 testImplementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
135135 testImplementation(" org.openrewrite:rewrite-java-11:$rewriteVersion " )
Original file line number Diff line number Diff line change 11org.gradle.caching =true
22org.gradle.parallel =true
3+ kotlin.stdlib.default.dependency =false
You can’t perform that action at this time.
0 commit comments