quilt-kotlin-template-mod/settings.gradle.kts

19 lines
371 B
Text
Raw Permalink Normal View History

2022-12-04 09:56:34 -07:00
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/")
}
2022-12-04 09:56:34 -07:00
gradlePluginPortal()
mavenCentral()
}
2022-12-04 09:56:34 -07:00
}
rootProject.name = "quilt-kotlin-template-mod"