Switch to 'slightly faster' Jabel version

This commit is contained in:
Anuken
2021-09-22 18:40:00 -04:00
parent 6f8ae1b5a3
commit dc2ff1e933

View File

@@ -375,7 +375,7 @@ project(":core"){
if(localArc() && debugged()) api arcModule("extensions:recorder") if(localArc() && debugged()) api arcModule("extensions:recorder")
if(localArc()) api arcModule(":extensions:packer") if(localArc()) api arcModule(":extensions:packer")
annotationProcessor 'com.github.Anuken:jabel:0.5.0' annotationProcessor 'com.github.Anuken:jabel:0.6.0'
compileOnly project(":annotations") compileOnly project(":annotations")
kapt project(":annotations") kapt project(":annotations")
} }