Skip to content

Commit 700308a

Browse files
authored
Merge pull request #558 from rpmoore/5_0_2_prep
5 0 2 prep
2 parents ad7c358 + aca0e95 commit 700308a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ plugins {
3636

3737
allprojects {
3838
group = 'com.spectralogic.ds3'
39-
version = '5.0.1'
39+
version = '5.0.2'
4040
}
4141

4242
subprojects {
@@ -64,7 +64,7 @@ subprojects {
6464
}
6565

6666
task wrapper(type: Wrapper) {
67-
gradleVersion = '4.6'
67+
gradleVersion = '4.7'
6868
}
6969

7070
project(':ds3-sdk') {

gradle/wrapper/gradle-wrapper.jar

-379 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip

0 commit comments

Comments
 (0)