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