Files
PriorityKeys/settings.gradle
advait 7a9e57f5cc
Some checks failed
build / build (push) Has been cancelled
Initial commit
2025-07-29 22:05:26 -04:00

10 lines
151 B
Groovy

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