From af3546a9d658ccce0d59400a7218c8edf5a7ce5c Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 12 Apr 2021 13:38:16 +0200 Subject: 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. --- simulator/gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simulator/gradle') 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 -- cgit v1.2.3