Upgrade to Gradle 7.4.2, Kotlin 1.6.20

This commit is contained in:
Rein van der Woerd
2022-04-04 16:42:58 +02:00
parent 9b56f84dff
commit 6f1a5453d1
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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