From fc995b2d0d402db73857f0c0c22e0e5eb6ad090d Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 12 Jan 2021 12:34:37 +0100 Subject: 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. --- simulator/gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simulator/gradle/wrapper/gradle-wrapper.properties') 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 -- cgit v1.2.3