Files
distant-horizons-sharded/settings.gradle
T
2022-08-30 07:40:10 -05:00

21 lines
560 B
Groovy

pluginManagement {
repositories {
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://maven.minecraftforge.net/" }
maven { url "https://repo.spongepowered.org/repository/maven-public/"}
gradlePluginPortal()
}
}
include("common")
include("fabric")
include("forge")
include("core")
project(":core").projectDir = file('coreSubProjects/core')
include("api")
project(":api").projectDir = file('coreSubProjects/api')
rootProject.name = "DistantHorizons"