This repository was archived by the owner on Sep 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id " java"
2+ id " java-library "
33 id " maven-publish"
44 id " eclipse"
55 id " idea"
@@ -17,13 +17,13 @@ repositories {
1717}
1818
1919dependencies {
20- compile ' com.marklogic:marklogic-client-api:4.2.0'
21- compile ' com.marklogic:marklogic-xcc:9.0.9'
22- compile ' org.jdom:jdom2:2.0.6'
23- compile ' org.springframework:spring-context:4.3.7.RELEASE'
20+ api ' com.marklogic:marklogic-client-api:4.2.0'
21+ api ' com.marklogic:marklogic-xcc:9.0.9'
22+ api ' org.jdom:jdom2:2.0.6'
23+ api ' org.springframework:spring-context:4.3.7.RELEASE'
2424
25- testCompile ' junit:junit:4+'
26- testCompile ' org.springframework:spring-test:4.3.7.RELEASE'
25+ testImplementation ' junit:junit:4+'
26+ testImplementation ' org.springframework:spring-test:4.3.7.RELEASE'
2727
2828 // Used for testing loading modules from the classpath
2929 testRuntime files(" lib/modules.jar" )
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.4.1 -bin.zip
You can’t perform that action at this time.
0 commit comments