9 lines
163 B
Groovy
9 lines
163 B
Groovy
|
pluginManagement {
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
maven { url = 'https://maven.minecraftforge.net/' }
|
||
|
}
|
||
|
}
|
||
|
|
||
|
rootProject.name = 'mattv'
|