mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2025-03-11 13:28:45 +01:00
11 lines
195 B
Groovy
11 lines
195 B
Groovy
pluginManagement {
|
|
repositories {
|
|
jcenter()
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|