From 7927ff2a24907ff9b0f7b7b4d6d407e46ec88de0 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Fri, 23 Jun 2023 19:04:39 +0200 Subject: [PATCH] [K/N][perf] Update wrapper to 8.1.1 Performance project could be opened as a separate project in the IDEA using this wrapper. To work around any issues with the build, it should be the same version as in the Kotlin project. --- .../performance/gradle/wrapper/gradle-wrapper.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kotlin-native/performance/gradle/wrapper/gradle-wrapper.properties b/kotlin-native/performance/gradle/wrapper/gradle-wrapper.properties index f78e0289036..d79d004add3 100644 --- a/kotlin-native/performance/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin-native/performance/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip -distributionSha256Sum=7ba68c54029790ab444b39d7e293d3236b2632631fb5f2e012bb28b4ff669e4b +distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionSha256Sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists