Archived
1
0
Fork 0
This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
uranos/settings.gradle.kts

15 lines
277 B
Kotlin

pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "blokk"
include(":blokk-api")
include(":blokk-nbt")
include(":blokk-packet-codecs")
include(":blokk-packets")
include(":blokk-server")
include("test-plugin")