Skip to content

Commit

Permalink
Exclude gson again, published new hangar api key under secrets. Hopin…
Browse files Browse the repository at this point in the history
…g that fixes it
  • Loading branch information
Dawsson committed Jul 1, 2024
1 parent f9537a9 commit 22c628f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildSrc/src/main/kotlin/pp.shadow-convention.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ tasks {
archiveClassifier.set("")
archiveFileName.set("PluginPortal-${project.version}.jar")


minimize()
relocate("com.google.gson", "gg.flyte.pluginportal.libs.gson")
exclude("com/google/gson")
relocate("org.bstats", "gg.flyte.pluginportal.libs.bstats")
}
named("build") {
Expand Down

0 comments on commit 22c628f

Please sign in to comment.