Kritz/settings.gradle
Jellyfish 9eec2fe264
Some checks failed
build / build (push) Has been cancelled
init project
2025-09-26 16:47:07 -07:00

10 lines
151 B
Groovy

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