Skip to content

Commit c087244

Browse files
committed
Upgrade Gradle to get around tls incompatibility issues when connecting to adobe nexus
1 parent 1f0e77e commit c087244

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'groovy'
22

33
dependencies {
4-
testCompile('org.spockframework:spock-core:1.0-groovy-2.3') {
4+
testCompile('org.spockframework:spock-core:1.0-groovy-2.4') {
55
exclude module: 'groovy-all'
66
}
77
}

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

0 commit comments

Comments
 (0)