diff --git a/build.gradle b/build.gradle index 5b4a9c41e..6ad238fe4 100644 --- a/build.gradle +++ b/build.gradle @@ -25,6 +25,11 @@ subprojects { repositories { mavenLocal() mavenCentral() + + // Needed so that ml-development-tools can resolve snapshots of marklogic-client-api. + maven { + url = "https://bed-artifactory.bedford.progress.com:443/artifactory/ml-maven-snapshots/" + } } // Allows for identifying compiler warnings and treating them as errors.