TheWildBackport/settings.gradle

15 lines
342 B
Groovy
Raw Permalink Normal View History

2022-07-10 06:16:25 +02:00
pluginManagement {
repositories {
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://maven.minecraftforge.net/" }
gradlePluginPortal()
}
}
include("common")
include("fabric")
2022-08-25 23:53:18 +02:00
include("forge")
rootProject.name = "architectury-example-mod"