diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-01-12 12:34:37 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-01-12 12:34:37 +0100 |
| commit | fc995b2d0d402db73857f0c0c22e0e5eb6ad090d (patch) | |
| tree | 25c8095ff99391d52492822a64e1db658c9682ca | |
| parent | bf558fe36c9de52310e85044ee4447b45bd50b75 (diff) | |
Update to Gradle 6.8
This change updates the Gradle build system to version 6.8. This release
significantly improves performance of Kotlin DSL scripts and also
updates the Kotlin version to 1.4.
| -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 4d9ca164..da9702f9 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.7.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |
