mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-02 08:39:38 +01:00
11 lines
195 B
Groovy
11 lines
195 B
Groovy
pluginManagement {
|
|
repositories {
|
|
jcenter()
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|