mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-24 17:39:30 +00:00
14 lines
245 B
Plaintext
14 lines
245 B
Plaintext
rootProject.name = "craft-engine"
|
|
include(":shared")
|
|
include(":core")
|
|
include(":bukkit")
|
|
include(":bukkit:legacy")
|
|
include(":bukkit-loader")
|
|
include(":server-mod")
|
|
pluginManagement {
|
|
plugins {
|
|
kotlin("jvm") version "2.0.20"
|
|
}
|
|
}
|
|
|