bucketPotions/settings.gradle.kts

19 lines
359 B
Text
Raw Permalink Normal View History

2024-07-12 14:23:12 -06: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()
}
}
2024-07-12 15:16:10 -06:00
rootProject.name = "bucketPotions"