diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2023-10-29 17:51:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-29 18:51:30 +0100 |
| commit | aa9149b9c49be570c2b14254d3c6a23d7c077e34 (patch) | |
| tree | 08799ae9970f3b92698bbe837d0a129849cc3f9c /gradle/wrapper/gradle-wrapper.properties | |
| parent | 66a50e9cae5a85f69181a7ed7410174a8eee3b98 (diff) | |
build: Update to Gradle 8.4 (#164)
This diff updates the version of the Gradle wrapper embedded in the
OpenDC repository to 8.4.
Diffstat (limited to 'gradle/wrapper/gradle-wrapper.properties')
| -rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 42defcc9..3fa8f862 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |
