Files
DurabilityNotifier/settings.gradle
2025-02-11 04:04:27 +01:00

10 lines
177 B
Groovy

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