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' } }