java-commons/settings.gradle.kts
JFronny 28b08998b1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
JLHTTP in JPMS
2023-05-05 17:48:31 +02:00

8 lines
153 B
Plaintext

rootProject.name = "Commons"
include("commons-gson")
include("commons-jlhttp")
include("commons-manifold")
include("commons-slf4j")
include("muscript")