File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
ml-development-tools/src/test/example-project Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
mavenCentral()
5
5
}
6
6
dependencies {
7
- classpath " com.marklogic:ml-development-tools:6.3 .0"
7
+ classpath " com.marklogic:ml-development-tools:7.1 .0"
8
8
}
9
9
}
10
10
@@ -23,13 +23,13 @@ repositories {
23
23
}
24
24
25
25
dependencies {
26
- implementation ' com.marklogic:marklogic-client-api:6.3 .0'
26
+ implementation ' com.marklogic:marklogic-client-api:7.1 .0'
27
27
}
28
28
29
- task testFullPath ( type : com.marklogic.client.tools.gradle.EndpointProxiesGenTask ) {
29
+ tasks . register( " testFullPath " , com.marklogic.client.tools.gradle.EndpointProxiesGenTask ) {
30
30
serviceDeclarationFile = " /Users/rrudin/workspace/java-client-api/example-project/src/main/ml-modules/root/inventory/service.json"
31
31
}
32
32
33
- task testProjectPath ( type : com.marklogic.client.tools.gradle.EndpointProxiesGenTask ) {
33
+ tasks . register( " testProjectPath " , com.marklogic.client.tools.gradle.EndpointProxiesGenTask ) {
34
34
serviceDeclarationFile = " src/main/ml-modules/root/inventory/service.json"
35
35
}
You can’t perform that action at this time.
0 commit comments