diff --git a/build.gradle.kts b/build.gradle.kts index e2b13a2..9ebdfc3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,15 +7,15 @@ import net.fabricmc.loom.LoomGradlePlugin buildscript { dependencies { - classpath("com.guardsquare:proguard-gradle:[7.1.0-beta3, 7.3[") { + classpath("com.guardsquare:proguard-gradle:[7.3.1, 7.4[") { exclude("com.android.tools.build") } } } plugins { - kotlin("jvm") version "1.7.10" - kotlin("plugin.serialization") version "1.7.10" + kotlin("jvm") version "1.8.21" + kotlin("plugin.serialization") version "1.8.21" id("com.github.johnrengelman.shadow") version "7.1.2" apply false id("architectury-plugin") version "[3.4.124, 3.5[" id("dev.architectury.loom") version ( @@ -26,9 +26,9 @@ plugins { } ) apply false id("com.github.ben-manes.versions") version "0.42.0" - id("net.kyori.indra.git") version "2.1.1" - id("org.cqfn.diktat.diktat-gradle-plugin") version "1.2.1" - id("com.modrinth.minotaur") version "2.4.2" apply false + id("net.kyori.indra.git") version "3.0.1" + id("org.cqfn.diktat.diktat-gradle-plugin") version "1.2.5" + id("com.modrinth.minotaur") version "2.7.5" apply false } group = "fr.username404" diff --git a/gradle.properties b/gradle.properties index 21e51ee..dfa0cdd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,14 +9,14 @@ org.gradle.vfs.watch=true minecraft=1.16.5 forge_version=36.2 -kotlinforforge=1.12.1 -kotlinVer=1.5.10 +kotlinforforge=1.17.0 +kotlinVer=1.6.0 kotlin_coroutines_version=1.5.0 -serializationVer=1.2.1 +serializationVer=1.3.1 fabric_loader_version=0.11.7 -fabric_language_kotlin=1.6.1+kotlin.1.5.10 +fabric_language_kotlin=1.7.0+kotlin.1.6.0 fabric_resource_loader_version=0.2.5+059ea8667c fabric_rendering_api_version=1.1.2+346247d77c fabric_api_base_version=0.1.3+12a8474c7c clothconfig_version=4.11.19 -modmenu_version=1.16.9 \ No newline at end of file +modmenu_version=1.16.9 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8049c68..774fae8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists