You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,15 @@ dependencies {
33
33
}
34
34
```
35
35
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
+
36
45
This uses the [ml-gradle bundle feature](https://github.com/marklogic/ml-gradle/wiki/Bundles) for sharing and reusing
37
46
MarkLogic modules. After adding the above configuration (which you may instead add to an existing `dependencies` block
38
47
in your `build.gradle` file), run the following task to install marklogic-unit-test into your MarkLogic application:
0 commit comments