[Forge] Update to 1.14.4, pending Forge bugfixes

This commit is contained in:
Kenzie Togami
2019-07-25 19:19:03 -07:00
parent 415cdc0ab2
commit c8cf0d8ba6
4 changed files with 11 additions and 12 deletions

View File

@ -11,8 +11,9 @@ plugins {
applyPlatformAndCoreConfiguration()
applyShadowConfiguration()
val minecraftVersion = "1.14.3"
val forgeVersion = "27.0.13"
val minecraftVersion = "1.14.4"
val mappingsMinecraftVersion = "1.14.3"
val forgeVersion = "28.0.16"
configurations.all {
resolutionStrategy {
@ -25,14 +26,12 @@ dependencies {
"compile"("org.apache.logging.log4j:log4j-slf4j-impl:2.11.2")
"minecraft"("net.minecraftforge:forge:$minecraftVersion-$forgeVersion")
"testCompile"("org.mockito:mockito-core:1.9.0-rc1")
}
configure<UserDevExtension> {
mappings(mapOf(
"channel" to "snapshot",
"version" to "20190626-$minecraftVersion"
"version" to "20190724-$mappingsMinecraftVersion"
))
runs {