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 881a550 commit a7904faCopy full SHA for a7904fa
build.gradle
@@ -25,6 +25,11 @@ subprojects {
25
repositories {
26
mavenLocal()
27
mavenCentral()
28
+
29
+ // Needed so that ml-development-tools can resolve snapshots of marklogic-client-api.
30
+ maven {
31
+ url = "https://bed-artifactory.bedford.progress.com:443/artifactory/ml-maven-snapshots/"
32
+ }
33
}
34
35
// Allows for identifying compiler warnings and treating them as errors.
0 commit comments