quilt-template-mod/settings.gradle

15 lines
295 B
Groovy
Raw Normal View History

2022-04-20 11:09:40 -06:00
pluginManagement {
2022-04-20 14:11:34 -06:00
repositories {
maven {
name = 'Quilt'
url = 'https://maven.quiltmc.org/repository/release'
}
2022-04-20 13:02:00 -06:00
// Currently needed for Intermediary and other temporary dependencies
2022-04-20 14:11:34 -06:00
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
2022-04-20 11:09:40 -06:00
}