Revert "Support snapshots in the mcBase variable"

This reverts commit 9e0a8fd9683a3e6b48c2d3c8de596a992a38d17f.
This commit is contained in:
Username404-59 2021-05-03 15:24:25 +02:00
parent 31d96c4dbb
commit 5c3f606d26
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1

View File

@ -89,10 +89,7 @@ subprojects {
} }
val kotlinVer = rootProject.property("kotlin_stdlib_version").toString() + ".0" val kotlinVer = rootProject.property("kotlin_stdlib_version").toString() + ".0"
val mcBase: String = rootProject.architectury.minecraft.let { val mcBase: String = rootProject.architectury.minecraft.dropLast(2)
if (it.startsWith("1.")) it.dropLast(2) else it
}
allprojects { allprojects {
/** configurations.all { /** configurations.all {
resolutionStrategy { resolutionStrategy {