mirror of
https://github.com/plexusorg/BukkitTelnet.git
synced 2024-12-29 19:22:30 +00:00
10 lines
226 B
Groovy
10 lines
226 B
Groovy
|
pluginManagement {
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
maven {
|
||
|
url = uri("https://nexus.telesphoreo.me/repository/gradle-plugins-snapshots/")
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
rootProject.name = 'bukkittelnet'
|