SLC-1.8.9/settings.gradle

29 lines
645 B
Groovy
Raw Normal View History

2024-02-11 17:51:48 +01:00
pluginManagement {
repositories {
mavenCentral()
maven {
url = "https://maven.neoforged.net/releases"
}
maven {
url = "https://maven.minecraftforge.net/"
}
maven {
url = "https://maven.fabricmc.net/"
}
maven {
url = "https://maven.wagyourtail.xyz/releases"
}
maven {
url = "https://maven.wagyourtail.xyz/snapshots"
}
gradlePluginPortal() {
content {
excludeGroup("org.apache.logging.log4j")
}
}
}
}
include 'agent'
include 'common'