aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author zaaarf <zaaarf@proton.me>2023-04-06 15:00:42 +0200
committer zaaarf <zaaarf@proton.me>2023-04-06 15:00:42 +0200
commit3d2966d9868c80a0a719de98ba3364618c78d061 (patch)
tree5c80dcd102156a84775f2aa63a1bc877ea0ba458
parenta5271a1d32b208f1171e25843148729b1f204129 (diff)
fix: updated build.gradle
-rw-r--r--build.gradle3
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 {