Files
project_vollidioten_mod/settings.gradle
Lars Behrends 160b1dc341 first commit
2025-12-28 22:15:00 +01:00

10 lines
151 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}