Lib v3.0.0.BETA3
github-actions
released this
15 Oct 17:03
·
181 commits
to main
since this release
Added
- Support for
rdf
(#2261) - Support for
buf
on maven plugin (#2291) ConfigurationCacheHack
so we can support Gradle's configuration cache and remote build cache at the same time. (TODOfixes #2168)
Changed
- Support configuring the Equo P2 cache. (#2238)
- Add explicit support for JSONC / CSS via biome, via the file extensions
.css
and.jsonc
.
(#2259) - Bump default
buf
version to latest1.24.0
->1.44.0
. (#2291) - Bump default
google-java-format
version to latest1.23.0
->1.24.0
. (#2294) - Bump default
jackson
version to latest2.17.2
->2.18.0
. (#2279) - Bump default
cleanthat
version to latest2.21
->2.22
. (#2296)
Fixed
- Java import order, ignore duplicate group entries. (#2293)