9 lines
No EOL
249 B
Groovy
9 lines
No EOL
249 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven { url = 'https://maven.minecraftforge.net/' }
|
|
maven { url = 'https://maven.parchmentmc.org' } // Add this line
|
|
}
|
|
}
|
|
|
|
rootProject.name = "libzontreck" |