[Forge] Bump to final RB for 1.19.

This commit is contained in:
wizjany 2022-07-27 20:49:24 -04:00
parent ba8e4036e4
commit 96f791c5e5
No known key found for this signature in database
GPG Key ID: 1DB5861C03B76B5E

View File

@ -16,7 +16,7 @@
val nextMajorMinecraftVersion: String = minecraftVersion.split('.').let { (useless, major) ->
"$useless.${major.toInt() + 1}"
}
val forgeVersion = "41.0.98"
val forgeVersion = "41.1.0"
val apiClasspath = configurations.create("apiClasspath") {
isCanBeResolved = true