Initial Commit
This commit is contained in:
19
settings.gradle
Normal file
19
settings.gradle
Normal file
@@ -0,0 +1,19 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
url = "https://mcentral.firstdark.dev/releases"
|
||||
}
|
||||
gradlePluginPortal() {
|
||||
content {
|
||||
excludeGroup("org.apache.logging.log4j")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = 'fdd-xplat'
|
||||
include 'Common'
|
||||
include 'Fabric'
|
||||
include 'Forge'
|
||||
|
Reference in New Issue
Block a user