flan/settings.gradle

18 lines
411 B
Groovy
Raw Normal View History

2020-08-23 12:52:36 +00:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
2021-06-11 18:33:10 +00:00
maven { url "https://maven.architectury.dev/" }
2021-06-13 19:02:33 +00:00
maven { url "https://repo1.maven.org/maven2/" }
2021-12-03 21:37:35 +00:00
maven { url "https://maven.minecraftforge.net/" }
2020-08-23 12:52:36 +00:00
gradlePluginPortal()
}
}
2021-06-11 18:33:10 +00:00
include("common")
include("fabric")
2021-06-12 11:54:41 +00:00
rootProject.name = "Flan"