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
2828``` groovy
2929buildscript {
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
4039apply plugin: "com.marklogic.ml-gradle"
4140
4241repositories {
43- jcenter ()
42+ mavenCentral ()
4443}
4544
4645dependencies {
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ configurations {
44}
55
66task 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" )
You can’t perform that action at this time.
0 commit comments