BlockLife/settings.gradle.kts

19 lines
356 B
Text
Raw Permalink Normal View History

2023-12-05 19:34:51 -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/")
}
gradlePluginPortal()
mavenCentral()
}
}
2023-12-05 19:57:42 -07:00
rootProject.name = "block-life"