1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-10-26 09:13:28 +03:00

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()) api arcModule(":extensions:packer")
annotationProcessor 'com.github.Anuken:jabel:0.5.0'
annotationProcessor 'com.github.Anuken:jabel:0.6.0'
compileOnly project(":annotations")
kapt project(":annotations")
}