Skip to content

Commit 61f2db7

Browse files
committed
Updated README
1 parent 3f9e0fb commit 61f2db7

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,22 @@ You can use that project's `build.gradle` file as an example of how to use markl
2828
```groovy
2929
buildscript {
3030
repositories {
31-
jcenter()
32-
mavenLocal()
31+
mavenCentral()
3332
}
3433
dependencies {
35-
classpath "com.marklogic:marklogic-unit-test-client:1.0.0"
36-
classpath "com.marklogic:ml-gradle:3.16.1"
34+
classpath "com.marklogic:marklogic-unit-test-client:1.1.0"
35+
classpath "com.marklogic:ml-gradle:4.2.1"
3736
}
3837
}
3938
4039
apply plugin: "com.marklogic.ml-gradle"
4140
4241
repositories {
43-
jcenter()
42+
mavenCentral()
4443
}
4544
4645
dependencies {
47-
mlBundle "com.marklogic:marklogic-unit-test-modules:1.0.0"
46+
mlBundle "com.marklogic:marklogic-unit-test-modules:1.1.0"
4847
}
4948
```
5049

marklogic-unit-test-modules/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ configurations {
44
}
55

66
task sourcesJar(type: Jar) {
7-
description = "Create a jar of the modules to meet jcenter's requirements for publishing"
7+
description = "Create a jar of the modules to meet Maven Central's requirements for publishing"
88
classifier "sources"
99
from "src/main/ml-modules"
1010
destinationDir file("build/libs")

0 commit comments

Comments
 (0)