fix: updated build.gradle
This commit is contained in:
parent
a5271a1d32
commit
3d2966d986
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
compileJava { //mappings for lillero-processor
|
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 {
|
jar {
|
||||||
|
|
Loading…
Reference in a new issue