Files
CraterLib/settings.gradle

14 lines
296 B
Groovy
Raw Normal View History

2022-05-12 00:18:53 +02:00
pluginManagement {
repositories {
gradlePluginPortal()
2024-05-19 19:08:42 +02:00
mavenLocal()
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
}
}
rootProject.name = 'CraterLibPort'