Skip to content

Commit 85fed1c

Browse files
committed
Merge branch 'master' into develop
2 parents e8420a7 + b484b5e commit 85fed1c

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

docs/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,17 +210,17 @@ GEM
210210
jekyll-feed (~> 0.9)
211211
jekyll-seo-tag (~> 2.1)
212212
minitest (5.19.0)
213-
nokogiri (1.16.5-arm64-darwin)
213+
nokogiri (1.18.8-arm64-darwin)
214214
racc (~> 1.4)
215-
nokogiri (1.16.5-x86_64-linux)
215+
nokogiri (1.18.8-x86_64-linux-gnu)
216216
racc (~> 1.4)
217217
octokit (4.25.1)
218218
faraday (>= 1, < 3)
219219
sawyer (~> 0.9)
220220
pathutil (0.16.2)
221221
forwardable-extended (~> 2.6)
222222
public_suffix (4.0.7)
223-
racc (1.7.3)
223+
racc (1.8.1)
224224
rb-fsevent (0.11.2)
225225
rb-inotify (0.10.1)
226226
ffi (~> 1.0)

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)