From 978f16b8e35e7c852959a277016b90b8019b6cbb Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 24 Sep 2024 15:49:58 -0400 Subject: [PATCH] Applied jabel to other submodules --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 0a2a28b66c..54946d417a 100644 --- a/build.gradle +++ b/build.gradle @@ -243,6 +243,7 @@ project(":desktop"){ implementation "com.github.Anuken:steamworks4j:$steamworksVersion" implementation arcModule("backends:backend-sdl") + annotationProcessor 'com.github.Anuken:jabel:0.9.0' } } @@ -372,6 +373,7 @@ project(":server"){ dependencies{ implementation project(":core") implementation arcModule("backends:backend-headless") + annotationProcessor 'com.github.Anuken:jabel:0.9.0' } }