flan/settings.gradle

19 lines
428 B
Groovy
Raw Normal View History

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