mirror of
https://github.com/BlazingGames/blazing-games-plugin.git
synced 2025-02-03 21:26:41 -05:00
10 lines
203 B
Groovy
10 lines
203 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven {
|
|
url 'https://repo.papermc.io/repository/maven-public/'
|
|
}
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'blazinggames'
|