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 5715bcb commit c8a82b9Copy full SHA for c8a82b9
ml-development-tools/build.gradle
@@ -72,7 +72,7 @@ task generateTests(type: JavaExec) {
72
dependsOn setupTestServer
73
classpath = sourceSets.test.runtimeClasspath
74
main = 'com.marklogic.client.test.dbfunction.FntestgenKt'
75
- args = [ './src/test/' ]
+ args = [ './src/test/', 'latest' ]
76
}
77
task teardownTestServer(type: JavaExec) {
78
dependsOn test
0 commit comments