verify fabric/tweaker builds are valid

This commit is contained in:
Wagyourtail 2022-05-31 03:03:43 -06:00
parent 3df451677c
commit 56b44496bf
No known key found for this signature in database
GPG Key ID: 919725C5A647667A
3 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,7 @@ subprojects {
tasks.withType(JavaCompile).configureEach {
it.options.encoding = "UTF-8"
def targetVersion = 16
def targetVersion = 17
if (JavaVersion.current().isJava9Compatible()) {
it.options.release = targetVersion
}

View File

@ -2,6 +2,7 @@
"required": true,
"package": "baritone.launch.mixins",
"compatibilityLevel": "JAVA_17",
"refmap": "baritone-common-refmap.json",
"verbose": false,
"injectors": {
"maxShiftBy": 2,

View File

@ -8,6 +8,7 @@ architectury {
loom {
mixin {
legacyRemapToNamespace = "official"
defaultRefmapName = "baritone-common-refmap.json"
}
}