cloud-fabric: Update for Minecraft 1.19.3 (#411)

This also removes support for older versions (1.19-1.19.2)

Co-authored-by: zml <zml@stellardrift.ca>
This commit is contained in:
Jason 2022-12-08 10:45:22 -07:00
parent c0cdd3310d
commit 7777a85d41
9 changed files with 52 additions and 28 deletions

View file

@ -6,6 +6,10 @@ plugins {
id("cloud.base-conventions")
}
indra {
javaVersions().target(17)
}
tasks {
compileJava {
options.errorprone {