mirror of
https://github.com/TheWhiteDog9487/ServerAddressSpaceFix.git
synced 2024-11-14 04:57:03 +08:00
11 lines
212 B
Groovy
11 lines
212 B
Groovy
|
pluginManagement {
|
||
|
repositories {
|
||
|
maven {
|
||
|
name = 'Fabric'
|
||
|
url = 'https://maven.aliyun.com/repository/gradle-plugin'
|
||
|
url = 'https://maven.fabricmc.net/'
|
||
|
}
|
||
|
mavenCentral()
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|