7 Commits

Author SHA1 Message Date
NovaFox161
f126789b8e Upgrade Gradle and several dependencies
Wow that required more changes than I expected
2025-12-23 01:27:31 -06:00
NovaFox161
133c833222 Upgrade Gradle to v8.14.2 2025-06-17 22:44:21 -05:00
NovaFox161
503878acaf Upgrade Gradle to v8.10.1 2024-09-14 13:50:24 -05:00
NovaFox161
de4b2a7835 Upgrade gradle to 8.2.1 2023-08-16 20:54:34 -05:00
NovaFox161
724aa8a70f Upgrade to Gradle 8.0.2 2023-03-21 15:08:09 -05:00
Nova Maday
930654b097 Refactor gradle files & setup Docker compose (#142)
* Refactor and cleanup gradle - Finally

* Add docker compose and get application running

* Upgrade spring to 2.7.5

Also remove commented out legacy
2022-11-19 12:13:48 -06:00
Nova Fox
b1c12b2788 Convert to Gradle (#112)
Fully convert to using Gradle instead of Maven for dependency management and building.

This change also includes using Jib again as it works properly for multi-module projects with Gradle.

Some files have been relocate to places that semantically make more sense and work will with a proper build system.

Added GitProperties for handling certain variables that need to be set at build time (for example the version name seen by users) as these were previously set through Maven hackery.
2021-08-23 11:13:44 -05:00