mirror of
https://github.com/barkeser2002/AdvancedBoiler.git
synced 2026-09-25 00:50:06 +03:00
9 lines
176 B
Groovy
9 lines
176 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
} |