mirror of
https://github.com/Astatin3/MC-server-icon.git
synced 2026-06-08 16:18:03 -06:00
10 lines
151 B
Groovy
10 lines
151 B
Groovy
|
|
pluginManagement {
|
||
|
|
repositories {
|
||
|
|
maven {
|
||
|
|
name = 'Fabric'
|
||
|
|
url = 'https://maven.fabricmc.net/'
|
||
|
|
}
|
||
|
|
mavenCentral()
|
||
|
|
gradlePluginPortal()
|
||
|
|
}
|
||
|
|
}
|