diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-04-12 13:38:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-12 13:38:16 +0200 |
| commit | af3546a9d658ccce0d59400a7218c8edf5a7ce5c (patch) | |
| tree | fade89bbfa00622eaa6888d0633b8e040d041033 /simulator/gradle/wrapper/gradle-wrapper.properties | |
| parent | d08c3a340dee64bfb2925e5f8b59a1193dc2dbcd (diff) | |
Migrate to Gradle 7.0 (#115)
This pull request updates the Kotlin project to build with Gradle 7.0.
This is necessary to support building the project with Java 16.
Diffstat (limited to 'simulator/gradle/wrapper/gradle-wrapper.properties')
| -rw-r--r-- | simulator/gradle/wrapper/gradle-wrapper.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simulator/gradle/wrapper/gradle-wrapper.properties b/simulator/gradle/wrapper/gradle-wrapper.properties index 442d9132..f371643e 100644 --- a/simulator/gradle/wrapper/gradle-wrapper.properties +++ b/simulator/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |
