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/" }
|
|
|
|
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"
|