Skip to content

Commit

Permalink
Upgrade to Gradle (wrapper) 8.7-rc-2
Browse files Browse the repository at this point in the history
Gradle 8.7 supports compiling with JDK 22 (via Java Toolchains which
we are not using yet)

See Issue #6
  • Loading branch information
msgilligan committed Mar 3, 2024
1 parent 433d262 commit be3c4e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=9631d53cf3e74bfa726893aee1f8994fee4e060c401335946dba2156f440f24c
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionSha256Sum=3348170800c324fc97ff201fdc139ad465c073ab19760cfe22a872b5b858560f
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-rc-2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit be3c4e2

Please sign in to comment.