Revert "Support snapshots in the mcBase variable"
This reverts commit 9e0a8fd9683a3e6b48c2d3c8de596a992a38d17f.
This commit is contained in:
parent
31d96c4dbb
commit
5c3f606d26
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user