From 4377eacfd53b64cfcfc86bac0a68842ca3ce40d5 Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 22 Sep 2021 18:11:51 -0400 Subject: [PATCH] Updated Jabel for JDK 17 compatibility --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 30e0ce32cb..b5f0cb1ada 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:34e4c172e65b3928cd9eabe1993654ea79c409cd' + annotationProcessor 'com.github.Anuken:jabel:0.5.0' compileOnly project(":annotations") kapt project(":annotations") } diff --git a/gradle.properties b/gradle.properties index ed17ac9ae6..ddfe321771 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,4 +11,4 @@ android.useAndroidX=true #used for slow jitpack builds; TODO see if this actually works http.socketTimeout=80000 http.connectionTimeout=80000 -archash=6f56e0a3a33c0c7752c8aff868df035cf242e7aa +archash=3400de3323150ba91c94fc07a6d4ca1958f4d943