triplea-game / triplea

TripleA is a turn based strategy game and board game engine, similar to Axis & Allies or Risk.
https://triplea-game.org/
GNU General Public License v3.0
1.29k stars 382 forks source link

Leverage existing JAR publish of existing http-client subproject #12620

Closed DanVanAtta closed 1 month ago

DanVanAtta commented 1 month ago

This update unifies the newly added JAR publish config with the existing config.

I did not realize we already published jars, hence the need to unify config that does about the same. Even better, the existing mechanism only publishes the 'http-client' JAR, which is exactly (and no more than) what we need for a server dependency.

Notes to Reviewer