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
2020-08-01 23:55:31 +02:00

12 lines
175 B
Kotlin

pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "blokk"
include(":blokk-api")
include(":blokk-server")