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 {
100
100
errorprone ' com.google.errorprone:error_prone_core:2.41.0'
101
101
102
102
// just tests
103
- testCompileOnly ' org.jetbrains.kotlin:kotlin-stdlib-jdk8'
103
+ testImplementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk8'
104
104
}
105
105
106
106
tasks. withType(JavaCompile ) {
Original file line number Diff line number Diff line change @@ -23,4 +23,8 @@ hamcrest_version=2.2
23
23
awaitility_version =2.0.0
24
24
reactor_core_version =3.6.6
25
25
caffeine_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