quilt-kotlin-template-mod/settings.gradle.kts
2022-12-04 16:56:34 +00:00

18 lines
455 B
Text

pluginManagement {
repositories {
maven {
name = "Quilt"
url = uri("https://maven.quiltmc.org/repository/release")
}
// Currently needed for Intermediary and other temporary dependencies
maven {
name = "Fabric"
url = uri("https://maven.fabricmc.net/")
}
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = "quilt-kotlin-template-mod"