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 6e6a85d commit 5176ea6Copy full SHA for 5176ea6
build.gradle
@@ -13,7 +13,7 @@ plugins {
13
}
14
15
group = "com.marklogic"
16
-version = "4.5.0"
+version = "4.5-SNAPSHOT"
17
18
java {
19
sourceCompatibility = 1.8
@@ -28,7 +28,7 @@ dependencies {
28
implementation gradleApi()
29
implementation localGroovy()
30
31
- api 'com.marklogic:ml-app-deployer:4.5.0'
+ api 'com.marklogic:ml-app-deployer:4.5-SNAPSHOT'
32
implementation "com.marklogic:mlcp-util:1.0.1"
33
implementation "com.marklogic:marklogic-data-movement-components:2.6.0"
34
implementation "commons-io:commons-io:2.11.0"
0 commit comments