mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-14 10:35:15 +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'
|