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 8655b95 + 2fff9b0 commit 414f9b1Copy full SHA for 414f9b1
build.gradle
@@ -27,7 +27,7 @@ buildscript {
27
}
28
29
allprojects {
30
- version = '3.5.1'
+ version = '5.0.0'
31
group = 'com.spectralogic'
32
33
@@ -88,5 +88,5 @@ project(':ds3-cli-certification') {
88
89
90
task wrapper(type: Wrapper) {
91
- gradleVersion = '4.7'
+ gradleVersion = '4.8'
92
gradle/wrapper/gradle-wrapper.jar
-295 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.8-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
0 commit comments