Files
SuperNova/settings.gradle
2026-01-21 19:52:03 +00:00

5 lines
118 B
Groovy

pluginManagement {
repositories {
maven { url = 'https://maven.parchmentmc.org' } // Add this line
}
}