Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 5004527

Browse files
committed
Added ML Maven repo
1 parent b66fba6 commit 5004527

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ java {
2323

2424
repositories {
2525
mavenLocal()
26+
maven {
27+
url "https://nexus.marklogic.com/repository/maven-snapshots/"
28+
}
2629
mavenCentral()
2730
}
2831

0 commit comments

Comments
 (0)