update to 1.18 prerelease 5 & Java 17

This commit is contained in:
dfsek
2021-11-21 14:12:51 -07:00
parent bb515444c6
commit e227095319
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ import com.modrinth.minotaur.TaskModrinthUpload
import net.fabricmc.loom.task.RemapJarTask
plugins {
id("fabric-loom").version("0.10.55")
id("fabric-loom").version("0.10.58")
id("com.modrinth.minotaur").version("1.1.0")
}
@@ -16,7 +16,7 @@ tasks.named<ShadowJar>("shadowJar") {
relocate("org.yaml", "com.dfsek.terra.lib.yaml")
}
val minecraft = "1.18-pre1"
val minecraft = "1.18-pre5"
val yarn = "4"
val fabricLoader = "0.12.5"