gradle-dependencies-sorter icon indicating copy to clipboard operation
gradle-dependencies-sorter copied to clipboard

Make Gradle task to check if dependencies are sorted cacheable

Open nebulon42 opened this issue 1 year ago • 5 comments

This disentangles sort and check tasks to make the check task cacheable as it does not modify the build script. Relates to #108.

nebulon42 avatar Sep 25 '24 14:09 nebulon42

I took the opportunity to add another commit which emits a VerificationException when unsorted. For Gradle on the command line this improves the error message. If Develocity is used this avoids a "non-verification failure" classification which would be used for e.g. infrastructure problems (more on the topic).

nebulon42 avatar Oct 14 '24 11:10 nebulon42

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jan 09 '25 15:01 CLAassistant

Rebased this.

nebulon42 avatar Jan 09 '25 15:01 nebulon42

Fixed problems introduced by rebase.

nebulon42 avatar Jan 14 '25 12:01 nebulon42

CI failure does not seem to be related to my changes.

nebulon42 avatar Jan 27 '25 13:01 nebulon42

@autonomousapps any chance this will get merged?

bilak avatar Apr 03 '25 14:04 bilak