Files
CraterLib/1.21.2/settings.gradle

20 lines
411 B
Groovy
Raw Normal View History

2024-10-22 19:14:23 +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'
2024-10-22 20:13:32 +02:00
include("Common", "Fabric", "NeoForge")
include 'Paper'