-
Notifications
You must be signed in to change notification settings - Fork 18
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
Include :jar-exclusions in fingerprints #95
Conversation
e6e74b2
to
1ba1afe
Compare
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.
Nice, I didn't realize adding a new fingerprint would be that simple!
Pulled this locally and tested this against the example projects, and confirmed that
- Setting
:jar-exclusions
on an individual project will update its fingerprint - Setting
:jar-exclusions
as an inherited property in the metaproject file will update the fingerprint of any projects that inherit it
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.
LGTM, two very minor comments on displaying the results.
:jar-exclusions
can alter the contents of a project's JAR file, so when it's changed the project should be considered stale.