mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-03 13:58:28 +08:00
19 lines
317 B
Plaintext
19 lines
317 B
Plaintext
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
|
}
|
|
|
|
rootProject.name = "phantasmal-world"
|
|
|
|
include(
|
|
":core",
|
|
":psolib",
|
|
":cell",
|
|
":psoserv",
|
|
":test-utils",
|
|
":web",
|
|
":web:assembly-worker",
|
|
":web:assets-generation",
|
|
":web:shared",
|
|
":webui",
|
|
)
|