java-commons/settings.gradle.kts
JFronny a67d1dbbd6
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: replace commons-logging with slf4j-based commons-logger and use type-safe dependency DSLs
The only reason it needed to be separate was logging during ultra early init in Minecraft. I can figure out something else for that.
2024-03-09 12:37:38 +01:00

17 lines
413 B
Plaintext

rootProject.name = "JfCommons"
include("commons")
include("commons-serialize")
include("commons-serialize-gson")
include("commons-serialize-gson-dsl")
include("commons-io")
include("commons-logger")
include("commons-http-client")
include("commons-http-server")
include("commons-manifold")
include("commons-unsafe")
include("muscript")
include("muscript-gson")
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")