2026-09-03 19:32:46 +08:00
|
|
|
plugins {
|
|
|
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
|
|
|
|
}
|
2026-09-04 15:21:22 +08:00
|
|
|
rootProject.name = "libmc"
|
2026-09-04 00:19:17 +08:00
|
|
|
|
2026-09-04 15:21:22 +08:00
|
|
|
include(":common")
|
2026-09-04 00:19:17 +08:00
|
|
|
include(":mcping")
|
|
|
|
|
include(":rconlib")
|