Fix the versions of parchment and architectury-loom

This commit is contained in:
Username404 2021-09-18 23:02:23 +02:00
parent bb9e9b382b
commit 5be4f8992e
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ plugins {
id("dev.architectury.loom") version (
JavaVersion.current().let { version ->
if (version >= JavaVersion.VERSION_16)
"[0.9.0.153, ${if (version.isCompatibleWith(JavaVersion.VERSION_17)) "0.12.1" else "0.10.1"}["
else "[0.7.3.152, 0.7.3.201["
"[0.10.0, ${if (version.isCompatibleWith(JavaVersion.VERSION_17)) "0.12.1" else "0.10.1"}["
else "[0.7.4, 0.7.4.200["
}
) apply false
id("com.github.ben-manes.versions") version "0.42.0"
@ -57,7 +57,7 @@ subprojects {
apply(plugin = "org.jetbrains.kotlin.plugin.serialization")
extensions.configure<LoomGradleExtension>("loom") {
mappingsDep = layered {
officialMojangMappings().parchment("org.parchmentmc.data:parchment-${rootProject.architectury.minecraft}:2021.10.17")
officialMojangMappings().parchment("org.parchmentmc.data:parchment-${rootProject.architectury.minecraft}:2021.10.24")
}
silentMojangMappingsLicense()
val refmap = "snowygui-${project.name}-refmap.json"