Files
CraterLib/settings.gradle

15 lines
309 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'
include("Common", "Fabric", "Forge")