This repository has been archived on 2025-12-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RunBroker/settings.gradle.kts

16 lines
354 B
Kotlin
Raw Permalink Normal View History

2025-04-28 23:25:29 +08:00
rootProject.name = "runbroker"
pluginManagement {
repositories {
mavenCentral()
mavenLocal()
gradlePluginPortal()
2025-04-28 23:54:30 +08:00
maven("https://repo.maven.rtast.cn/releases/")
2025-04-28 23:25:29 +08:00
}
}
include(":runbroker-subserver-plugin")
include(":runbroker-plugin")
include(":runbroker-common")
include(":test-plugin")
include(":test-runserver")