Bump forge version as well.

This commit is contained in:
wizjany 2021-12-12 18:11:24 -05:00
parent 885c326cee
commit 2c0b47d7db
No known key found for this signature in database
GPG Key ID: 1DB5861C03B76B5E

View File

@ -11,11 +11,11 @@
applyPlatformAndCoreConfiguration(javaRelease = 17)
applyShadowConfiguration()
val minecraftVersion = "1.18"
val minecraftVersion = "1.18.1"
val nextMajorMinecraftVersion: String = minecraftVersion.split('.').let { (useless, major) ->
"$useless.${major.toInt() + 1}"
}
val forgeVersion = "38.0.10"
val forgeVersion = "39.0.0"
val apiClasspath = configurations.create("apiClasspath") {
isCanBeResolved = true