Releases: pemistahl/version-catalog-linter-gradle-plugin
Releases · pemistahl/version-catalog-linter-gradle-plugin
Version Catalog Linter 1.0.3
Bug Fixes
- The Gradle tasks failed when a single-line comment was part of a version catalog. This has been fixed. (#5)
Version Catalog Linter 1.0.2
Bug Fixes
-
Libraries declared using string notation now throw a validation error in the
VersionCatalogChecker
asking to use table notation instead. This change makes the behavior of the checker consistent with the behavior of theVersionCatalogFormatter
which already converts string notation to table notation. -
The
VersionCatalogFormatter
inserted section labels into the version catalog even when a section did not contain any data. This has been fixed.
Version Catalog Linter 1.0.1
Improvements
- The shadowJar plugin has been applied to produce artifacts with all dependencies included for convenience.
Version Catalog Linter 1.0.0
This is the very first release. Enjoy!