diff --git a/build.gradle b/build.gradle index edbc0af15b..e351da8c9d 100644 --- a/build.gradle +++ b/build.gradle @@ -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") }