(gradle) Upgrade to Gradle 8.7

This will reduce the hassle of juggling JDK versions for JDK 22, which was not supported by Gradle 8.5.
This commit is contained in:
Viktor Lofgren 2024-04-05 15:12:27 +02:00
parent 617e633d7a
commit 5766da69ec

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists