mirror of
https://github.com/QuiltMC/quilt-template-mod
synced 2024-08-15 00:23:32 +00:00
14 lines
295 B
Groovy
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()
|
|
}
|
|
}
|