Files
flan/settings.gradle
T

19 lines
428 B
Groovy
Raw Normal View History

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