2023-11-06 23:25:17 +02:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
mavenCentral()
|
|
|
|
maven {
|
|
|
|
url = "https://mcentral.firstdark.dev/releases"
|
|
|
|
}
|
|
|
|
gradlePluginPortal() {
|
|
|
|
content {
|
|
|
|
excludeGroup("org.apache.logging.log4j")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
rootProject.name = 'fdd-xplat'
|
2024-06-15 22:28:20 +02:00
|
|
|
include('Common', 'Fabric', 'NeoForge')
|