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