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 5ee74b0 commit ebb7b56Copy full SHA for ebb7b56
build.gradle
@@ -12,7 +12,7 @@ plugins {
12
}
13
14
group = "com.marklogic"
15
-version = "4.3.0"
+version = "4.3.1-SNAPSHOT"
16
17
sourceCompatibility = "8"
18
targetCompatibility = "8"
@@ -25,7 +25,7 @@ repositories {
25
dependencies {
26
implementation gradleApi()
27
implementation localGroovy()
28
- api "com.marklogic:ml-app-deployer:4.3.0"
+ api "com.marklogic:ml-app-deployer:4.3.1-SNAPSHOT"
29
implementation "com.marklogic:mlcp-util:1.0"
30
implementation "com.marklogic:marklogic-data-movement-components:2.4.0"
31
implementation "commons-io:commons-io:2.11.0"
0 commit comments