11 lines
241 B
Kotlin
11 lines
241 B
Kotlin
|
|
pluginManagement {
|
||
|
|
repositories {
|
||
|
|
gradlePluginPortal()
|
||
|
|
maven("https://repo.papermc.io/repository/maven-public/")
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
rootProject.name = "TerminatorPlus"
|
||
|
|
include("TerminatorPlus-Plugin")
|
||
|
|
include("TerminatorPlus-API")
|