Fluxzero 1.48.1
1.48.1 (2025-11-19)
Bug Fixes
- fix(build): skip signing during build (only sign during deploy) and skip publishing as well. This is done because the profile deploy for now enables these two things but without the deploy tag, we do not have the artifact names (
bf40c16) - fix(build): include poms in the github artifacts so we only once have to set the correct version. (
9064ff5)
Tests
- test(cache): increase sleep duration in `DefaultCacheTest` to ensure accurate test behavior in GitHub builds (
21ca160)
Changes
Always run json-doclet as its now published on maven central (#59) (
eb605a0)* patch: make json-doclet generation automatic, remove profile since it is now published on maven central
* Changed jsondoclet package to io.fluxzero.tools
* Use organization env variables instead of the repository ones
* Set json-doclet version to 0.0.10