Skip to content

Commit 78ee2cb

Browse files
committed
[Java] Upgrade to Gradle 3.4.1.
1 parent 13e98c0 commit 78ee2cb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ def projectPom = {
8585
}
8686
}
8787

88-
task wrapper(type: Wrapper) {
89-
gradleVersion = '3.4'
90-
distributionType = 'ALL'
91-
}
92-
9388
configurations {
9489
shadow
9590
}
@@ -568,3 +563,8 @@ task uploadToMavenCentral {
568563
dependsOn 'sbe-tool:uploadArchives', 'sbe-samples:uploadArchives', 'sbe-benchmarks:uploadArchives',
569564
'sbe-all:uploadArchives', 'sbe-all:uploadShadow'
570565
}
566+
567+
task wrapper(type: Wrapper) {
568+
gradleVersion = '3.4.1'
569+
distributionType = 'ALL'
570+
}

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 21 09:13:48 GMT 2017
1+
#Tue Mar 14 14:10:28 GMT 2017
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-3.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-all.zip

0 commit comments

Comments
 (0)