We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7db493 + 7813318 commit b19319dCopy full SHA for b19319d
2 files changed
build.gradle
@@ -100,7 +100,7 @@ dependencies {
100
errorprone 'com.google.errorprone:error_prone_core:2.41.0'
101
102
// just tests
103
- testCompileOnly 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
+ testImplementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
104
}
105
106
tasks.withType(JavaCompile) {
gradle.properties
@@ -23,4 +23,8 @@ hamcrest_version=2.2
23
awaitility_version=2.0.0
24
reactor_core_version=3.6.6
25
caffeine_version=3.1.8
26
-reactive_streams_version=1.0.3
+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
0 commit comments