diff options
author | Linnea Gräf <nea@nea.moe> | 2025-01-08 18:48:48 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-01-08 18:48:48 +0100 |
commit | f694daf322bbb4ff530a9332547c5c8337c3e0c0 (patch) | |
tree | 369a2b30d9c4eff7984301c617a921394a0d0d45 /gradle | |
parent | 8239840f4990494319e7b85fffda8f82d469a8d9 (diff) | |
download | LocalTransactionLedger-f694daf322bbb4ff530a9332547c5c8337c3e0c0.tar.gz LocalTransactionLedger-f694daf322bbb4ff530a9332547c5c8337c3e0c0.tar.bz2 LocalTransactionLedger-f694daf322bbb4ff530a9332547c5c8337c3e0c0.zip |
build: Use more modern arch loom
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a80b22c..b82aa23 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME |