diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-11-26 12:16:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-26 12:16:44 +0000 |
| commit | 2ca72c0b62e08efd244eba1723bc4fc65d30eed2 (patch) | |
| tree | b551ffe6da035874937cabeb458968ee7196d7d2 /gradle/wrapper/gradle-wrapper.properties | |
| parent | 5bfc5b025b2d47ef8ada6f9f5b868be8f6729a45 (diff) | |
| parent | 6a2001e0b8158ed26eea04803936c82a0ef6b145 (diff) | |
merge: Update build and runtime dependencies (#118)
This pull request updates the build and runtime dependencies used by OpenDC to their latest version compatible with the project.
## Implementation Notes :hammer_and_pick:
* Update simulator dependency versions
* Update Gradle to 7.6
## External Dependencies :four_leaf_clover:
* Gradle
* Quarkus
* Slf4j
* Spotless
* Sentry
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 8fab764a..f398c33c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-rc-3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip +networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |
