mirror of
https://github.com/ViaVersion/ViaLoader.git
synced 2024-11-10 10:11:14 +01:00
9 lines
136 B
Groovy
9 lines
136 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "ViaProtocolHack"
|