diff options
author | alemi <me@alemi.dev> | 2023-06-20 23:54:17 +0200 |
---|---|---|
committer | alemi <me@alemi.dev> | 2023-06-20 23:54:17 +0200 |
commit | 954a8c806fabeabba436f9b158e835b9eaeee621 (patch) | |
tree | db91f0b7685c7b91e8d9c7f3716d7487df8b0cc4 /build.gradle | |
parent | 5a86e4e2befc30fb4e0f07e3ebf5cbc77620ac50 (diff) | |
parent | f4ec2cddb11c99b28fbec76ce7aa9dd2158707cb (diff) |
Merge branch 'processor5' into dev
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 0f30ca8..3fda9f1 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ 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' } jar { |