mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 07:18:29 +08:00
Upgraded Gradle to 7.1.1 and Kotlin to 1.5.21.
This commit is contained in:
parent
a774ad4e00
commit
51ae313df2
@ -2,22 +2,22 @@ import org.jetbrains.kotlin.gradle.tasks.Kotlin2JsCompile
|
|||||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("js") version "1.4.32" apply false
|
kotlin("js") version "1.5.21" apply false
|
||||||
kotlin("multiplatform") version "1.4.32" apply false
|
kotlin("multiplatform") version "1.5.21" apply false
|
||||||
kotlin("plugin.serialization") version "1.4.32" apply false
|
kotlin("plugin.serialization") version "1.5.21" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.wrapper {
|
tasks.wrapper {
|
||||||
gradleVersion = "7.0"
|
gradleVersion = "7.1.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
project.extra["coroutinesVersion"] = "1.4.3"
|
project.extra["coroutinesVersion"] = "1.5.1"
|
||||||
project.extra["junitVersion"] = "5.7.1"
|
project.extra["junitVersion"] = "5.7.1"
|
||||||
project.extra["kotlinLoggingVersion"] = "2.0.6"
|
project.extra["kotlinLoggingVersion"] = "2.0.6"
|
||||||
project.extra["ktorVersion"] = "1.5.3"
|
project.extra["ktorVersion"] = "1.6.1"
|
||||||
project.extra["log4jVersion"] = "2.14.1"
|
project.extra["log4jVersion"] = "2.14.1"
|
||||||
project.extra["serializationVersion"] = "1.1.0"
|
project.extra["serializationVersion"] = "1.2.2"
|
||||||
project.extra["slf4jVersion"] = "1.7.30"
|
project.extra["slf4jVersion"] = "1.7.30"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "1.4.32"
|
kotlin("jvm") version "1.5.21"
|
||||||
`java-gradle-plugin`
|
`java-gradle-plugin`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
Loading…
Reference in New Issue
Block a user