mirror of
https://github.com/GoldChick/ExtraBotany.git
synced 2026-08-19 08:43:27 +08:00
6 lines
134 B
Groovy
6 lines
134 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven { url = 'https://maven.minecraftforge.net/' }
|
|
}
|
|
} |