tweaks/settings.gradle
Sangelo b7faf32928
Some checks failed
build / build (21) (push) Failing after 1s
Initial Commit
2024-06-09 19:03:28 +02:00

14 lines
295 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Quilt'
url = 'https://maven.quiltmc.org/repository/release'
}
// Currently needed for Intermediary and other temporary dependencies
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}