Upgrade to Gradle 7.0, Kotlin 1.4.32
This commit is contained in:
@@ -5,7 +5,7 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
|
||||
|
||||
/* the name of this project, default is the template version but you are free to change these */
|
||||
group = "org.openrndr.template"
|
||||
version = "0.3.15"
|
||||
version = "0.3.16"
|
||||
|
||||
val applicationMainClass = "TemplateProgramKt"
|
||||
|
||||
@@ -121,11 +121,11 @@ enum class Logging {
|
||||
/* What type of logging should this project use? */
|
||||
val applicationLogging = Logging.FULL
|
||||
|
||||
val kotlinVersion = "1.4.31"
|
||||
val kotlinVersion = "1.4.32"
|
||||
|
||||
plugins {
|
||||
java
|
||||
kotlin("jvm") version("1.4.31")
|
||||
kotlin("jvm") version("1.4.32")
|
||||
id("com.github.johnrengelman.shadow") version ("6.1.0")
|
||||
id("org.beryx.runtime") version ("1.11.4")
|
||||
}
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user