File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ dependencies {
100100 errorprone ' com.google.errorprone:error_prone_core:2.41.0'
101101
102102 // just tests
103- testCompileOnly ' org.jetbrains.kotlin:kotlin-stdlib-jdk8'
103+ testImplementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk8'
104104}
105105
106106tasks. withType(JavaCompile ) {
Original file line number Diff line number Diff line change @@ -23,4 +23,8 @@ hamcrest_version=2.2
2323awaitility_version =2.0.0
2424reactor_core_version =3.6.6
2525caffeine_version =3.1.8
26- reactive_streams_version =1.0.3
26+ reactive_streams_version =1.0.3
27+ # Prevents the Kotlin stdlib being a POM dependency
28+ #
29+ # https://kotlinlang.org/docs/gradle-configure-project.html#dependency-on-the-standard-library
30+ kotlin.stdlib.default.dependency =false
You can’t perform that action at this time.
0 commit comments