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

Commit 7f49e91

Browse files
committed
Added internal ML repository
1 parent b0d3f57 commit 7f49e91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ java {
1616
}
1717

1818
repositories {
19-
mavenLocal()
2019
mavenCentral()
20+
maven {
21+
url "https://nexus.marklogic.com/repository/maven-snapshots/"
22+
}
2123
}
2224

2325
// Do not cache changing modules

0 commit comments

Comments
 (0)