georgberky / dependency-update-maven-plugin

A Maven plugin that creates merge requests for dependency updates.
Apache License 2.0
26 stars 9 forks source link

[#11] Uses spotless for ktlint/formatting. #65

Closed bmarwell closed 1 year ago

bmarwell commented 1 year ago

fix #11 / fixes #11.

Fails b/c formatting is applied in https://github.com/georgberky/dependency-update-maven-plugin/pull/66, not this PR.

sparsick commented 1 year ago

For me, spotless-maven-plugin look as a good choice. @georgberky what do you think?