mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-14 19:15:08 -05:00
12 lines
243 B
Groovy
12 lines
243 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
maven {
|
|
name = "Lenni0451"
|
|
url "https://maven.lenni0451.net/everything"
|
|
}
|
|
}
|
|
}
|
|
|
|
rootProject.name = "ViaProxy"
|