File tree Expand file tree Collapse file tree 4 files changed +9
-15
lines changed Expand file tree Collapse file tree 4 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ repositories {
2020dependencies {
2121 compile gradleApi()
2222 compile localGroovy()
23- compile mlAppDeployerDependency
24- compile mlcpUtilDependency
25- compile mlDataMovementDependency
26- compile group : ' commons-io' , name : ' commons-io' , version : ' 2.5 '
23+ compile " com.marklogic:ml-app-deployer:4.1.0-rc1 "
24+ compile " com.marklogic:mlcp-util:0.9.0 "
25+ compile " com.marklogic:marklogic-data-movement-components:2.0.0 "
26+ compile " commons-io: commons-io:2.8.0 "
2727
28- compileOnly mlUnitTestDependency
28+ compileOnly " com.marklogic:marklogic-unit-test-client:1.0.0 "
2929
3030 testCompile localGroovy()
3131 testCompile gradleTestKit()
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 jcenter()
99 }
1010 dependencies {
11- classpath " com.marklogic:ml-gradle:4.0.4 "
11+ classpath " com.marklogic:ml-gradle:4.1.0-rc1 "
1212 }
1313}
1414
@@ -65,7 +65,7 @@ dependencies {
6565 testRuntime " com.sun.xml.bind:jaxb-impl:2.3.2"
6666
6767 // corb jar available from jcenter
68- corb " com.marklogic:marklogic-corb:2.3.2 "
68+ corb " com.marklogic:marklogic-corb:2.4.5 "
6969}
7070
7171/*
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-3.5 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5.1 -bin.zip
Original file line number Diff line number Diff line change 11group =com.marklogic
2- version =4.0.4
2+ version =4.1.0-rc1
33javadocsDir =../gh-pages-marklogic-java/javadocs
4-
5- mlAppDeployerDependency =com.marklogic:ml-app-deployer:4.0.3
6- mlcpUtilDependency =com.marklogic:mlcp-util:0.9.0
7- mlDataMovementDependency =com.marklogic:marklogic-data-movement-components:2.0.0
8- mlUnitTestDependency =com.marklogic:marklogic-unit-test-client:1.0.0
9-
You can’t perform that action at this time.
0 commit comments