We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad7c358 + aca0e95 commit 700308aCopy full SHA for 700308a
build.gradle
@@ -36,7 +36,7 @@ plugins {
36
37
allprojects {
38
group = 'com.spectralogic.ds3'
39
- version = '5.0.1'
+ version = '5.0.2'
40
}
41
42
subprojects {
@@ -64,7 +64,7 @@ subprojects {
64
65
66
task wrapper(type: Wrapper) {
67
- gradleVersion = '4.6'
+ gradleVersion = '4.7'
68
69
70
project(':ds3-sdk') {
gradle/wrapper/gradle-wrapper.jar
-379 Bytes
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip
0 commit comments