From 6f1a5453d13bd2a38e29f72827f5732ce5ccb1ad Mon Sep 17 00:00:00 2001 From: Rein van der Woerd Date: Mon, 4 Apr 2022 16:42:58 +0200 Subject: [PATCH] Upgrade to Gradle 7.4.2, Kotlin 1.6.20 --- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 92a68efb..bdd8d5a7 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ plugins { // remember to update all the versions here when upgrading kotlin version id 'org.jetbrains.kotlin.jvm' apply false id 'org.jetbrains.kotlin.multiplatform' apply false - id 'org.jetbrains.kotlin.plugin.serialization' version '1.6.10' apply false + id 'org.jetbrains.kotlin.plugin.serialization' version '1.6.20' apply false id "io.github.gradle-nexus.publish-plugin" version "1.1.0" } @@ -66,7 +66,7 @@ def openrndrUseSnapshot = isReleaseVersion project.ext { openrndrVersion = ((findProperty("OPENRNDR.version")?:System.getenv("OPENRNDR_VERSION")) ?.replace("v","")) ?: "0.5.1-SNAPSHOT" jvmTarget = "1.8" - kotlinVersion = "1.6.10" + kotlinVersion = "1.6.20" kotlinApiVersion = "1.6" spekVersion = "2.0.15" libfreenectVersion = "0.5.7-1.5.7" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 00e33ede..41dfb879 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists