Applied jabel to other submodules

This commit is contained in:
Anuken 2024-09-24 15:49:58 -04:00
parent b2ef7f346f
commit 978f16b8e3

View File

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