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 a6f5ae3 + 5496b28 commit a3dcbceCopy full SHA for a3dcbce
build.gradle
@@ -12,10 +12,12 @@ plugins {
12
}
13
14
group = "com.marklogic"
15
-version = "4.3.6"
+version = "4.3.7-SNAPSHOT"
16
17
-sourceCompatibility = "8"
18
-targetCompatibility = "8"
+java {
+ sourceCompatibility = 1.8
19
+ targetCompatibility = 1.8
20
+}
21
22
repositories {
23
mavenLocal() // Used only for local development
@@ -25,7 +27,7 @@ repositories {
25
27
dependencies {
26
28
implementation gradleApi()
29
implementation localGroovy()
- api "com.marklogic:ml-app-deployer:4.3.6"
30
+ api "com.marklogic:ml-app-deployer:4.3.7"
31
implementation "com.marklogic:mlcp-util:1.0.1"
32
implementation "com.marklogic:marklogic-data-movement-components:2.4.1"
33
implementation "commons-io:commons-io:2.11.0"
0 commit comments