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.
1 parent 22bfae8 commit 3e43c20Copy full SHA for 3e43c20
ml-development-tools/build.gradle
@@ -11,8 +11,8 @@ apply plugin: 'java'
11
apply plugin: 'java-gradle-plugin'
12
apply plugin: 'maven-publish'
13
14
-group 'com.marklogic'
15
-version '4.1'
+//group 'com.marklogic'
+//version '4.1'
16
17
sourceCompatibility = '1.8'
18
targetCompatibility = '1.8'
@@ -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