Files
CraterLib/settings.gradle

15 lines
313 B
Groovy
Raw Normal View History

2022-05-12 00:18:53 +02:00
pluginManagement {
repositories {
gradlePluginPortal()
maven {
url "https://maven.firstdark.dev/releases"
}
2022-05-12 00:18:53 +02:00
maven {
url "https://mcentral.firstdark.dev/releases"
}
2022-05-12 00:18:53 +02:00
}
}
2022-05-12 00:20:18 +02:00
rootProject.name = 'CraterLib'
2023-09-21 19:06:07 +02:00
include("Common", "Fabric"/*, "Forge"*/)