aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
author zaaarf <zaaarf@proton.me>2023-03-18 22:54:59 +0100
committer zaaarf <zaaarf@proton.me>2023-03-18 22:55:46 +0100
commit7119da1cc258cf271155dad71d248a96d3a60589 (patch)
tree829c4508b3ee419c7e1e748a4ccb0da1d168872b /build.gradle
parenta1d538f2999539edc1af5eae754e7e292aeeb498 (diff)
chore: updated to lillero-processor 0.4, updated patches to new system
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index ba78b16..0f30ca8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -65,6 +65,10 @@ dependencies {
annotationProcessor libs.autoService
}
+compileJava { //mappings for lillero-processor
+ options.compilerArgs << '-AmappingsFile=https://data.fantabos.co/output.tsrg'
+}
+
jar {
archiveFileName = "${jar.archiveBaseName.get()}-${shortVersion}.${jar.archiveExtension.get()}"
manifest {