Skip to content

Commit c450484

Browse files
stefanbirknersormuras
authored andcommitted
Update Gradle from 4.0 to 4.0.1
This bug-fix release fixes a possible deadlock in parallel test execution. The build-scan plugin has been update from 1.7.4 to 1.8, too. This update was necessary because the old plugin is not compatible anymore.
1 parent 84e6362 commit c450484

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
}
1717

1818
plugins {
19-
id 'com.gradle.build-scan' version '1.7.4'
19+
id 'com.gradle.build-scan' version '1.8'
2020
id 'net.nemerosa.versioning' version '2.6.0'
2121
}
2222

@@ -583,7 +583,7 @@ configure(rootProject) {
583583

584584
task wrapper(type: Wrapper) {
585585
description = 'Generates gradlew and gradlew.bat scripts'
586-
gradleVersion = '4.0'
586+
gradleVersion = '4.0.1'
587587
}
588588

589589
}

gradle/wrapper/gradle-wrapper.jar

6 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Jun 17 17:02:39 CEST 2017
1+
#Tue Jul 18 07:51:06 CEST 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-4.0-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0.1-bin.zip

0 commit comments

Comments
 (0)