mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-14 02:55:05 -05:00
12 lines
216 B
Groovy
12 lines
216 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id "org.gradle.toolchains.foojay-resolver-convention" version "0.8.0"
|
|
}
|
|
|
|
rootProject.name = "ViaProxy"
|