diff options
author | zaaarf <zaaarf@proton.me> | 2023-04-06 15:00:42 +0200 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-04-06 15:00:42 +0200 |
commit | 3d2966d9868c80a0a719de98ba3364618c78d061 (patch) | |
tree | 5c80dcd102156a84775f2aa63a1bc877ea0ba458 /build.gradle | |
parent | a5271a1d32b208f1171e25843148729b1f204129 (diff) |
fix: updated build.gradle
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 0f30ca8..2f8b3ac 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { |