Skip to content

Commit a7904fa

Browse files
committed
MLE-24505 Need internal Artifactory for building now
1 parent 881a550 commit a7904fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ subprojects {
2525
repositories {
2626
mavenLocal()
2727
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+
}
2833
}
2934

3035
// Allows for identifying compiler warnings and treating them as errors.

0 commit comments

Comments
 (0)