File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ plugins {
4
4
}
5
5
6
6
// 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
+ // }
12
12
13
13
repositories {
14
14
mavenCentral()
@@ -17,7 +17,7 @@ repositories {
17
17
dependencies {
18
18
testImplementation ' junit:junit:4.12'
19
19
20
- implementation ' com.nexmo:client:5.2 .0'
20
+ implementation ' com.nexmo:client:5.4 .0'
21
21
implementation ' com.sparkjava:spark-core:2.6.0'
22
22
implementation ' javax.xml.bind:jaxb-api:2.3.0'
23
23
implementation ' com.fasterxml.jackson.core:jackson-databind:2.9.9'
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
Original file line number Diff line number Diff line change 1
1
// Uncomment the following (and update the path if necessary)
2
2
// 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')
You can’t perform that action at this time.
0 commit comments