File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
marklogic-unit-test-modules Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -28,23 +28,22 @@ You can use that project's `build.gradle` file as an example of how to use markl
28
28
``` groovy
29
29
buildscript {
30
30
repositories {
31
- jcenter()
32
- mavenLocal()
31
+ mavenCentral()
33
32
}
34
33
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"
37
36
}
38
37
}
39
38
40
39
apply plugin: "com.marklogic.ml-gradle"
41
40
42
41
repositories {
43
- jcenter ()
42
+ mavenCentral ()
44
43
}
45
44
46
45
dependencies {
47
- mlBundle "com.marklogic:marklogic-unit-test-modules:1.0 .0"
46
+ mlBundle "com.marklogic:marklogic-unit-test-modules:1.1 .0"
48
47
}
49
48
```
50
49
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ configurations {
4
4
}
5
5
6
6
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"
8
8
classifier " sources"
9
9
from " src/main/ml-modules"
10
10
destinationDir file(" build/libs" )
You can’t perform that action at this time.
0 commit comments