2024-03-09 12:37:38 +01:00
|
|
|
rootProject.name = "JfCommons"
|
2022-11-01 18:55:17 +01:00
|
|
|
|
2023-09-21 19:08:14 +02:00
|
|
|
include("commons")
|
2023-09-21 21:08:40 +02:00
|
|
|
include("commons-serialize")
|
|
|
|
include("commons-serialize-gson")
|
|
|
|
include("commons-serialize-gson-dsl")
|
|
|
|
include("commons-io")
|
2024-03-09 12:37:38 +01:00
|
|
|
include("commons-logger")
|
2023-09-21 21:08:40 +02:00
|
|
|
include("commons-http-client")
|
|
|
|
include("commons-http-server")
|
2022-11-24 14:55:39 +01:00
|
|
|
include("commons-manifold")
|
2023-09-21 21:08:40 +02:00
|
|
|
include("commons-unsafe")
|
2022-11-01 18:55:17 +01:00
|
|
|
include("muscript")
|
2023-08-25 16:24:28 +02:00
|
|
|
include("muscript-gson")
|
2024-03-09 12:37:38 +01:00
|
|
|
|
|
|
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|