flan/settings.gradle

18 lines
372 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/" }
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")
include("forge")
2021-06-12 11:54:41 +00:00
rootProject.name = "Flan"