mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-11-14 03:14:53 -05:00
10 lines
216 B
Text
10 lines
216 B
Text
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven("https://repo.papermc.io/repository/maven-public/")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "Scissors"
|
|
|
|
include("Scissors-API", "Scissors-Server")
|