mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-15 10:45:36 +01:00
17 lines
330 B
Groovy
17 lines
330 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
maven {
|
|
name = "Lenni0451"
|
|
url "https://maven.lenni0451.net/everything"
|
|
}
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id "org.gradle.toolchains.foojay-resolver-convention" version "0.8.0"
|
|
}
|
|
|
|
rootProject.name = "ViaProxy"
|