mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-15 04:41:37 +08:00
Bump forge version as well.
This commit is contained in:
parent
885c326cee
commit
2c0b47d7db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user