Update gradle and the kotlin compiler + serialization plugins

This commit is contained in:
Username404-59 2021-06-16 14:18:53 +02:00 committed by Username404
parent 7fa9c07b54
commit 843f12702f
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ buildscript {
}
plugins {
kotlin("jvm") version "1.5.20-M1"
kotlin("plugin.serialization") version "1.5.20-M1"
kotlin("jvm") version "1.5.20-RC"
kotlin("plugin.serialization") version "1.5.20-RC"
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("architectury-plugin") version "[3.0.100, 3.3["
id("dev.architectury.loom") version "0.7.2.110" apply false

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-rc-2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists