chore: processor version bump

This commit is contained in:
zaaarf 2023-04-12 01:37:22 +02:00
parent 3d2966d986
commit f4ec2cddb1
No known key found for this signature in database
GPG key ID: 82240E075E31FA4C
2 changed files with 1 additions and 2 deletions

View file

@ -67,7 +67,6 @@ dependencies {
compileJava { //mappings for lillero-processor compileJava { //mappings for lillero-processor
options.compilerArgs << '-AmappingsFile=https://data.fantabos.co/1.16.5.tsrg' options.compilerArgs << '-AmappingsFile=https://data.fantabos.co/1.16.5.tsrg'
options.compilerArgs << '-AobfuscateInjectorMetadata=true'
} }
jar { jar {

View file

@ -5,7 +5,7 @@ minecraft = "1.16.5"
forge = "1.16.5-36.2.34" forge = "1.16.5-36.2.34"
autoService = "1.0.1" autoService = "1.0.1"
lillero = "0.4.1" lillero = "0.4.1"
lilleroProcessor = "0.5.1" lilleroProcessor = "0.5.2"
checkerFramework = "0.6.24" checkerFramework = "0.6.24"
[plugins] [plugins]