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 {
44 mavenCentral()
55 }
66 dependencies {
7- classpath " com.marklogic:ml-development-tools:6.3 .0"
7+ classpath " com.marklogic:ml-development-tools:7.1 .0"
88 }
99}
1010
@@ -23,13 +23,13 @@ repositories {
2323}
2424
2525dependencies {
26- implementation ' com.marklogic:marklogic-client-api:6.3 .0'
26+ implementation ' com.marklogic:marklogic-client-api:7.1 .0'
2727}
2828
29- task testFullPath ( type : com.marklogic.client.tools.gradle.EndpointProxiesGenTask ) {
29+ tasks . register( " testFullPath " , com.marklogic.client.tools.gradle.EndpointProxiesGenTask ) {
3030 serviceDeclarationFile = " /Users/rrudin/workspace/java-client-api/example-project/src/main/ml-modules/root/inventory/service.json"
3131}
3232
33- task testProjectPath ( type : com.marklogic.client.tools.gradle.EndpointProxiesGenTask ) {
33+ tasks . register( " testProjectPath " , com.marklogic.client.tools.gradle.EndpointProxiesGenTask ) {
3434 serviceDeclarationFile = " src/main/ml-modules/root/inventory/service.json"
3535}
You can’t perform that action at this time.
0 commit comments