From dc2ff1e933d3cc7a966f310154f6f24e049fd2e8 Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 22 Sep 2021 18:40:00 -0400 Subject: [PATCH] Switch to 'slightly faster' Jabel version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }