java-commons/settings.gradle.kts
JFronny c2fe59ae45
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Kotlin DSL for gson
2023-07-06 15:05:35 +02:00

9 lines
181 B
Plaintext

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