quilt-template-mod/settings.gradle

15 lines
295 B
Groovy
Raw Normal View History

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