Upgrade to Gradle 7.4.2, Nebula release 16.0.0, Kotlin 1.6.20

This commit is contained in:
Edwin Jakobs
2022-04-05 07:48:42 +02:00
parent 6f1a5453d1
commit 2285cec1e4
3 changed files with 7 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ repositories {
val openrndrVersion = ((findProperty("OPENRNDR.version")?.toString())?:System.getenv("OPENRNDR_VERSION"))?.replace("v", "") ?: "0.5.1-SNAPSHOT"
dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.20")
val preloadImplementation by configurations.getting { }
preloadImplementation("org.openrndr:openrndr-application:$openrndrVersion")
preloadImplementation("org.openrndr:openrndr-extensions:$openrndrVersion")