Skip to content

Commit

Permalink
fix dependencies are not shaded anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueTree242 committed Jan 1, 2024
1 parent 3de51fb commit afa43c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ plugins {
id("com.github.johnrengelman.shadow")
}

allprojects {
apply(plugin = "java")
tasks.withType<ShadowJar> {
rootProject.allprojects {
apply(plugin = "com.github.johnrengelman.shadow")
tasks.shadowJar {
archiveClassifier.set("")
relocate("com.vdurmont", "dev.bluetree242.discordsrvutils.dependencies.emoji-java")
relocate("org.bstats", "dev.bluetree242.discordsrvutils.dependencies.bstats")
Expand Down

0 comments on commit afa43c0

Please sign in to comment.