Skip to content

Commit

Permalink
Update Gradle to 7.4.2 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjameshamilton authored Jul 4, 2022
1 parent 376d2bc commit 30040ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jar {
// Early access automatic downloads are not yet supported:
// https://github.com/gradle/gradle/issues/14814
// But it will work if e.g. Java 17-ea is pre-installed
def javaVersionsForTest = 9..17
// TODO: Skip Java 9 until updating Gradle to 7.5 https://github.com/gradle/gradle/issues/20369
def javaVersionsForTest = 10..17

test {
useJUnitPlatform()
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ case "`uname`" in
Darwin* )
darwin=true
;;
MINGW* )
MSYS* | MINGW* )
msys=true
;;
NONSTOP* )
Expand Down

0 comments on commit 30040ac

Please sign in to comment.