7 lines
No EOL
213 B
Groovy
7 lines
No EOL
213 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven { url = 'https://maven.minecraftforge.net/' }
|
|
maven { url = 'https://maven.parchmentmc.org' } // Add this line
|
|
}
|
|
} |