Start revamping the build script

This commit is contained in:
Ran
2022-07-26 21:11:08 +06:00
parent 051b2e31b9
commit d07219758f
59 changed files with 451 additions and 421 deletions
+2 -1
View File
@@ -3,6 +3,7 @@ pluginManagement {
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()
}
}
@@ -10,6 +11,6 @@ pluginManagement {
include("common")
include("fabric")
include("forge")
include("core") // FIXME: There is a problem with the core module that stops us from upgrading architectury
include("core")
rootProject.name = "DistantHorizons"