Update Gradle and a lot of dependencies
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
003e7b8171
commit
6af2cb658d
|
@ -7,15 +7,15 @@ import net.fabricmc.loom.LoomGradlePlugin
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
dependencies {
|
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")
|
exclude("com.android.tools.build")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "1.7.10"
|
kotlin("jvm") version "1.8.21"
|
||||||
kotlin("plugin.serialization") version "1.7.10"
|
kotlin("plugin.serialization") version "1.8.21"
|
||||||
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
|
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
|
||||||
id("architectury-plugin") version "[3.4.124, 3.5["
|
id("architectury-plugin") version "[3.4.124, 3.5["
|
||||||
id("dev.architectury.loom") version (
|
id("dev.architectury.loom") version (
|
||||||
|
@ -26,9 +26,9 @@ plugins {
|
||||||
}
|
}
|
||||||
) apply false
|
) apply false
|
||||||
id("com.github.ben-manes.versions") version "0.42.0"
|
id("com.github.ben-manes.versions") version "0.42.0"
|
||||||
id("net.kyori.indra.git") version "2.1.1"
|
id("net.kyori.indra.git") version "3.0.1"
|
||||||
id("org.cqfn.diktat.diktat-gradle-plugin") version "1.2.1"
|
id("org.cqfn.diktat.diktat-gradle-plugin") version "1.2.5"
|
||||||
id("com.modrinth.minotaur") version "2.4.2" apply false
|
id("com.modrinth.minotaur") version "2.7.5" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "fr.username404"
|
group = "fr.username404"
|
||||||
|
|
|
@ -9,14 +9,14 @@ org.gradle.vfs.watch=true
|
||||||
|
|
||||||
minecraft=1.16.5
|
minecraft=1.16.5
|
||||||
forge_version=36.2
|
forge_version=36.2
|
||||||
kotlinforforge=1.12.1
|
kotlinforforge=1.17.0
|
||||||
kotlinVer=1.5.10
|
kotlinVer=1.6.0
|
||||||
kotlin_coroutines_version=1.5.0
|
kotlin_coroutines_version=1.5.0
|
||||||
serializationVer=1.2.1
|
serializationVer=1.3.1
|
||||||
fabric_loader_version=0.11.7
|
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_resource_loader_version=0.2.5+059ea8667c
|
||||||
fabric_rendering_api_version=1.1.2+346247d77c
|
fabric_rendering_api_version=1.1.2+346247d77c
|
||||||
fabric_api_base_version=0.1.3+12a8474c7c
|
fabric_api_base_version=0.1.3+12a8474c7c
|
||||||
clothconfig_version=4.11.19
|
clothconfig_version=4.11.19
|
||||||
modmenu_version=1.16.9
|
modmenu_version=1.16.9
|
||||||
|
|
|
@ -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.5-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
Loading…
Reference in New Issue