Skip to content

Commit

Permalink
Publish just a standard JAR and not a shadow jar for http-clients (#1…
Browse files Browse the repository at this point in the history
…2795)

Shadow jar causes version issues for server, since the shadow
jar brings in a variety of dependencies that are potentially
not compatible.
  • Loading branch information
DanVanAtta committed Jul 29, 2024
1 parent bcedc5c commit 2d96c12
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions http-clients/lobby-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,4 @@ publishing {
}
}
}
publications {
shadow(MavenPublication) { publication ->
project.shadow.component(publication)
}
}
}

0 comments on commit 2d96c12

Please sign in to comment.