-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Gradle task to check if dependencies are sorted cacheable #115
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Left one question.
sort-dependencies-gradle-plugin/src/main/kotlin/com/squareup/sort/BaseSortDependenciesTask.kt
Outdated
Show resolved
Hide resolved
0c869f5
to
c13900d
Compare
I took the opportunity to add another commit which emits a |
c13900d
to
7e4fdb1
Compare
Rebased this. |
7e4fdb1
to
ec751e0
Compare
Fixed problems introduced by rebase. |
CI failure does not seem to be related to my changes. |
This disentangles sort and check tasks to make the check task cacheable as it does not modify the build script.
Relates to #108.