Files
MidnightLib/settings.gradle
Martin Prokoph 2f1bfbf44e Experimental 24w09a port
- Only the overview button position in the Options Screen is not quite right
2024-03-05 12:58:59 +01:00

17 lines
379 B
Groovy

pluginManagement {
repositories {
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://maven.neoforged.net/releases" }
gradlePluginPortal()
}
}
include("common")
include("fabric-like")
include("fabric")
//include("quilt")
//include("neoforge")
rootProject.name = "midnightlib"