Don't shadow and relocate the jetbrains annotations

This commit is contained in:
Username404 2021-06-05 16:06:44 +02:00
parent 8c476be0b8
commit 439a6e6574
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 0 additions and 2 deletions

View File

@ -58,7 +58,6 @@ subprojects {
"$kotlinX:kotlinx-datetime:0.2.1",
"com.typesafe:config:1.4.1",
"io.github.config4k:config4k:0.4.2",
"org.jetbrains:annotations:21.0.1",
"com.github.Vatuu:discord-rpc:1.6.2"
).forEach { implementation(it); shadowC(it) { isTransitive = false; exclude("com.sun.jna") } }
"minecraft"("com.mojang:minecraft:${rootProject.property("minecraft")}")
@ -74,7 +73,6 @@ subprojects {
withType(ShadowJar::class) {
this.configurations = listOf(shadowC)
relocate("kotlinx.datetime", "${rootProject.group}.datetime")
relocate("org.jetbrains", "${rootProject.group}.jetbrainslibs")
relocate("javassist", "${rootProject.group}.javassist")
relocate("org.reflections8", "${rootProject.group}.reflectionlib")
relocate("com.typesafe.config", "${rootProject.group}.typesafe.config")