Skip to content

Commit b484b5e

Browse files
authored
Merge pull request #223 from marklogic-community/feature/docs-update
MLE-12345 Added docs note about repositories
2 parents c589116 + 91f0fa0 commit b484b5e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/getting-started.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ dependencies {
3333
}
3434
```
3535

36+
The above dependency is downloaded from the [Maven Central repository](https://central.sonatype.com/artifact/com.marklogic/marklogic-unit-test-modules),
37+
so you will need to ensure that your `build.gradle` file has that repository registered - i.e.:
38+
39+
```
40+
repositories {
41+
mavenCentral()
42+
}
43+
```
44+
3645
This uses the [ml-gradle bundle feature](https://github.com/marklogic/ml-gradle/wiki/Bundles) for sharing and reusing
3746
MarkLogic modules. After adding the above configuration (which you may instead add to an existing `dependencies` block
3847
in your `build.gradle` file), run the following task to install marklogic-unit-test into your MarkLogic application:

0 commit comments

Comments
 (0)