DimDoors/settings.gradle

15 lines
326 B
Groovy
Raw Normal View History

pluginManagement {
repositories {
2023-05-03 09:53:43 +02:00
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://maven.minecraftforge.net/" }
gradlePluginPortal()
}
2021-02-13 07:20:55 +01:00
}
2023-05-03 09:53:43 +02:00
include("common")
include("fabric")
include("forge")
2023-05-07 14:25:16 +02:00
rootProject.name = "dimdoors"