This is a small feature release, adding an option to configure newline trimming.
This release is also tested against Gradle 9.
At some point in the future, new versions of Blossom will begin requiring Java 17 at runtime. This matches the baseline for newer Gradle versions, and lets us take advantage of new language features where it makes sense for the project. Realistically it'll probably be a while since Blossom doesn't tend to need much updating, but it will happen eventually.
What's Changed
✨ Features
- feat: add option to configure whether newlines are trimmed by @zml2008 in #91
- Migrate to JSpecify by @zml2008 in #92
Other
Full Changelog: v2.1.0...v2.2.0