mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 08:41:31 +01:00
29 lines
645 B
Groovy
29 lines
645 B
Groovy
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'
|
|
|