10 lines
160 B
Groovy
10 lines
160 B
Groovy
|
pluginManagement {
|
||
|
repositories {
|
||
|
maven {
|
||
|
name = 'Fabric'
|
||
|
url = 'https://repository.hanbings.io/proxy'
|
||
|
}
|
||
|
mavenCentral()
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|