|
|
|
|
@@ -119,6 +119,7 @@ allprojects {
|
|
|
|
|
exclude(group = "com.darkblade12", module = "particleeffect")
|
|
|
|
|
exclude(group = "com.github.cryptomorin", module = "XSeries")
|
|
|
|
|
exclude(group = "net.wesjd", module = "anvilgui")
|
|
|
|
|
exclude(group = "org.slf4j", module = "slf4j-api")
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
configurations.testImplementation {
|
|
|
|
|
@@ -141,10 +142,10 @@ allprojects {
|
|
|
|
|
relocate("org.apache.maven", "com.willfp.eco.libs.maven")
|
|
|
|
|
relocate("org.checkerframework", "com.willfp.eco.libs.checkerframework")
|
|
|
|
|
relocate("org.intellij", "com.willfp.eco.libs.intellij")
|
|
|
|
|
relocate("org.jetbrains", "com.willfp.eco.libs.jetbrains")
|
|
|
|
|
relocate("org.jetbrains.annotations", "com.willfp.eco.libs.jetbrains.annotations")
|
|
|
|
|
//relocate("org.jetbrains.exposed", "com.willfp.eco.libs.exposed")
|
|
|
|
|
relocate("org.objenesis", "com.willfp.eco.libs.objenesis")
|
|
|
|
|
relocate("org.reflections", "com.willfp.eco.libs.reflections")
|
|
|
|
|
relocate("org.slf4j", "com.willfp.eco.libs.slf4j")
|
|
|
|
|
relocate("javassist", "com.willfp.eco.libs.javassist")
|
|
|
|
|
relocate("javax.annotation", "com.willfp.eco.libs.annotation")
|
|
|
|
|
relocate("com.google.errorprone", "com.willfp.eco.libs.errorprone")
|
|
|
|
|
@@ -152,8 +153,8 @@ allprojects {
|
|
|
|
|
relocate("com.google.thirdparty", "com.willfp.eco.libs.google.thirdparty")
|
|
|
|
|
relocate("com.google.protobuf", "com.willfp.eco.libs.google.protobuf") // No I don't know either
|
|
|
|
|
relocate("google.protobuf", "com.willfp.eco.libs.protobuf") // Still don't know
|
|
|
|
|
relocate("com.mysql", "com.willfp.eco.libs.mysql")
|
|
|
|
|
relocate("com.zaxxer.hikari", "com.willfp.eco.libs.hikari")
|
|
|
|
|
//relocate("com.mysql", "com.willfp.eco.libs.mysql")
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
Kotlin and caffeine are not shaded so that they can be accessed directly by eco plugins.
|
|
|
|
|
|