mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-13 10:33:55 +01:00
13 lines
236 B
Plaintext
13 lines
236 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
maven("https://repo.papermc.io/repository/maven-public/")
|
|
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "CrazyAuctions"
|
|
|
|
include("common")
|
|
include("paper") |