15 lines
299 B
Kotlin
15 lines
299 B
Kotlin
rootProject.name = "runbroker"
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
mavenLocal()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
include(":runbroker-subserver-plugin")
|
|
include(":runbroker-plugin")
|
|
include(":runbroker-common")
|
|
include(":test-plugin")
|
|
include(":test-runserver") |