Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate Dependencies & Cleanup #12780

Merged
merged 3 commits into from
Jul 26, 2024
Merged

Consolidate Dependencies & Cleanup #12780

merged 3 commits into from
Jul 26, 2024

Conversation

DanVanAtta
Copy link
Member

(1) Move all non-project dependencies to the top level 'build.gradle'. Now that we essentially only package the game-client, it makes sense to have one place for all dependencies. One place is simpler, easier to manage & avoids redundancy. We also get a more concrete list of everything that we will be including in the final build, rather than having to inspect every sub-project.

(2) Simplify, now that lobby is in its own repository a number of dependencies are no longer needed (EG: JDBI for database connectivity).

@DanVanAtta DanVanAtta merged commit d3186d4 into master Jul 26, 2024
1 check passed
@DanVanAtta DanVanAtta deleted the deps branch July 26, 2024 20:52
@TheDog-GH
Copy link
Contributor

@DanVanAtta
For info this commit added 3.5MB to the Windows 64 download, it jumped from 65.4MB to 68.9MB

@DanVanAtta
Copy link
Member Author

Thanks, that implies some new dependencies were added. I can spot a few now that probably can be removed.

@DanVanAtta
Copy link
Member Author

@TheDog-GH latest is back to 65MB 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants