Skip to content

Commit 414f9b1

Browse files
authored
Merge pull request #196 from SpectraLogic/5_0_prep
Updating gradle version to 4.8 and updating version to 4.8
2 parents 8655b95 + 2fff9b0 commit 414f9b1

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
@@ -27,7 +27,7 @@ buildscript {
2727
}
2828

2929
allprojects {
30-
version = '3.5.1'
30+
version = '5.0.0'
3131
group = 'com.spectralogic'
3232
}
3333

@@ -88,5 +88,5 @@ project(':ds3-cli-certification') {
8888
}
8989

9090
task wrapper(type: Wrapper) {
91-
gradleVersion = '4.7'
91+
gradleVersion = '4.8'
9292
}

gradle/wrapper/gradle-wrapper.jar

-295 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.8-bin.zip
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip

0 commit comments

Comments
 (0)