We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8390f53 + 3e43c20 commit f8af56fCopy full SHA for f8af56f
ml-development-tools/build.gradle
@@ -26,7 +26,7 @@ repositories {
26
dependencies {
27
compileOnly gradleApi()
28
compile project (':marklogic-client-api')
29
- compile ('org.jetbrains.kotlin:kotlin-stdlib-jdk8')
+ compile ('org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.51')
30
compile ('com.fasterxml.jackson.module:jackson-module-kotlin:2.9.3')
31
testCompileOnly gradleTestKit()
32
}
0 commit comments