Skip to content

Commit b5d4094

Browse files
committed
* Update gradle wrapper version
* Commented local testing code that was mistakenly commited
1 parent 4738c15 commit b5d4094

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ plugins {
44
}
55

66
// Uncomment the following lines to work with a local copy of nexmo-java:
7-
configurations.all {
8-
resolutionStrategy.dependencySubstitution {
9-
substitute module("com.nexmo:client") with project(":client")
10-
}
11-
}
7+
// configurations.all {
8+
// resolutionStrategy.dependencySubstitution {
9+
// substitute module("com.nexmo:client") with project(":client")
10+
// }
11+
// }
1212

1313
repositories {
1414
mavenCentral()
@@ -17,7 +17,7 @@ repositories {
1717
dependencies {
1818
testImplementation 'junit:junit:4.12'
1919

20-
implementation 'com.nexmo:client:5.2.0'
20+
implementation 'com.nexmo:client:5.4.0'
2121
implementation 'com.sparkjava:spark-core:2.6.0'
2222
implementation 'javax.xml.bind:jaxb-api:2.3.0'
2323
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9'

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-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Uncomment the following (and update the path if necessary)
22
// to work with a local copy of nexmo-java:
3-
include ':client'
4-
project(':client').projectDir = new File(settingsDir, '../nexmo-java')
3+
//include ':client'
4+
//project(':client').projectDir = new File(settingsDir, '../nexmo-java')

0 commit comments

Comments
 (0)