Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 1c53cbc

Browse files
committed
#116 Updated Gradle configurations
1 parent af275a0 commit 1c53cbc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "java"
2+
id "java-library"
33
id "maven-publish"
44
id "eclipse"
55
id "idea"
@@ -17,13 +17,13 @@ repositories {
1717
}
1818

1919
dependencies {
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")

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)