Skip to content

Commit fde7049

Browse files
authored
Merge pull request #1804 from marklogic/feature/example-project
MLE-12345 Updated data services example project
2 parents a3bdcb7 + a4e0af7 commit fde7049

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ml-development-tools/src/test/example-project/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2525
dependencies {
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
}

0 commit comments

Comments
 (0)