mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 06:31:32 +01:00
14 lines
241 B
Groovy
14 lines
241 B
Groovy
|
pluginManagement {
|
||
|
repositories {
|
||
|
maven {
|
||
|
name = "Fabric"
|
||
|
url = "https://maven.fabricmc.net/"
|
||
|
}
|
||
|
maven {
|
||
|
name = "legacy-fabric"
|
||
|
url = "https://repo.legacyfabric.net/repository/legacyfabric/"
|
||
|
}
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|