Update gradle to 8.5 (#19)

It supports JDK 21, which then enables us to use `eclipse-temurin:21-jdk-alpine` on docker, which then makes the docker image run on ARM.
This commit is contained in:
Pierre-Marie Padiou 2024-03-27 11:55:57 +01:00 committed by GitHub
parent b9c8ffd00e
commit eeafd9cc60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip distributionSha256Sum=9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME