Files
CraterLib/settings.gradle

14 lines
311 B
Groovy
Raw Normal View History

2022-05-12 00:18:53 +02:00
pluginManagement {
repositories {
gradlePluginPortal()
maven {
url "https://mcentral.firstdark.dev/releases"
}
2022-05-12 00:18:53 +02:00
maven {
url "https://maven.firstdark.dev/releases"
}
2022-05-12 00:18:53 +02:00
}
}
2022-05-12 00:20:18 +02:00
rootProject.name = 'CraterLib'
2024-06-09 00:36:11 +02:00
include("Common", "Fabric", "NeoForge")