fix: updated build.gradle

This commit is contained in:
zaaarf 2023-04-06 15:00:42 +02:00
parent a5271a1d32
commit 3d2966d986
No known key found for this signature in database
GPG key ID: 82240E075E31FA4C

View file

@ -66,7 +66,8 @@ dependencies {
}
compileJava { //mappings for lillero-processor
options.compilerArgs << '-AmappingsFile=https://data.fantabos.co/output.tsrg'
options.compilerArgs << '-AmappingsFile=https://data.fantabos.co/1.16.5.tsrg'
options.compilerArgs << '-AobfuscateInjectorMetadata=true'
}
jar {