Files
MidnightLib/settings.gradle
Martin Prokoph db32a41e2b Enable commands in all environments
- Many command-related fixes and improvements
- Added test environment for easier development
2024-08-29 13:38:38 +02:00

18 lines
402 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")
include("test-fabric")
include("neoforge")
include("test-neoforge")
//include("quilt")
rootProject.name = "midnightlib"