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