Skip to content

Commit 9aa625e

Browse files
author
shabtaisharon
committed
Merge pull request #161 from rpmoore/master
Upgrading to gradle 2.11 and updating the shadow plugin
2 parents 6e3a0b7 + 564114d commit 9aa625e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ subprojects {
4242
}
4343

4444
task wrapper(type: Wrapper) {
45-
gradleVersion = '2.10'
45+
gradleVersion = '2.11'
4646
}
4747

4848
project(':ds3-sdk-integration') {

ds3-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import java.nio.file.Path
1919
buildscript {
2020
repositories { jcenter() }
2121
dependencies {
22-
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.1'
22+
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.3'
2323
}
2424
}
2525

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Feb 02 21:40:54 MST 2016
1+
#Wed Feb 10 11:19:18 MST 2016
22
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.10-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-all.zip

0 commit comments

Comments
 (0)