mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-04 09:10:36 +01:00
13 lines
243 B
Groovy
13 lines
243 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
maven {
|
|
name = "Lenni0451"
|
|
url "https://maven.lenni0451.net/everything"
|
|
}
|
|
}
|
|
}
|
|
|
|
rootProject.name = "ViaProxy"
|