diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-08-03 16:46:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-03 16:46:10 +0200 |
| commit | 8a94318aad4b4fa188ac49e887d564867a00111e (patch) | |
| tree | 4d60329dd591ffd46edaba23cd77e6df685c0312 /gradle/wrapper/gradle-wrapper.properties | |
| parent | 2692a032b8ecbe2ddccfb88628cf37af56c3ea36 (diff) | |
| parent | f7c59a3e7b3c006d253a9206bd830493180fc81e (diff) | |
merge: Update build and runtime dependencies (#94)
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 to Gradle 7.5
* Update simulator dependency versions
* Fix Docker deployment
## Breaking API Changes :warning:
* N/A
Diffstat (limited to 'gradle/wrapper/gradle-wrapper.properties')
| -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 aa991fce..8049c684 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |
