mirror of
https://github.com/NeoForgeMDKs/MDK-1.21-ModDevGradle
synced 2025-02-20 17:00:28 +00:00
6 lines
134 B
Groovy
6 lines
134 B
Groovy
|
pluginManagement {
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
maven { url = 'https://maven.minecraftforge.net/' }
|
||
|
}
|
||
|
}
|