Files
CraterLib/1.21.5/settings.gradle

19 lines
412 B
Groovy
Raw Normal View History

2025-03-25 19:54:18 +02:00
pluginManagement {
repositories {
gradlePluginPortal()
maven {
url "https://mcentral.firstdark.dev/releases"
}
maven {
url "https://maven.firstdark.dev/releases"
}
maven {
url "https://maven.firstdark.dev/snapshots"
}
}
}
rootProject.name = 'CraterLib'
include("Common", "Fabric", "NeoForge")
2025-06-17 19:22:29 +02:00
//include 'Paper'