Mod/settings.gradle
blryface f38da8f1d3
Some checks failed
build / build (21) (push) Failing after 15s
initial commit
2024-07-12 15:37:34 -03:00

10 lines
151 B
Groovy

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