15 lines
284 B
Kotlin
15 lines
284 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "uranos"
|
|
|
|
include(":uranos-api")
|
|
include(":uranos-nbt")
|
|
include(":uranos-packet-codecs")
|
|
include(":uranos-packets")
|
|
include(":uranos-server")
|
|
include(":test-plugin")
|