-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
UnsupportedOperationException: empty.max #163
Comments
Hmm, this looks like it was triggered by running the reproducible builds plugin on a (sub)project that has no artifacts. The workaround is probably to disable the plugin for that (sub)project. The fix would probably be to not add a certification to (sub)projects without artifacts - after all, there's nothing to certify, right? |
Yes, that's what I did, seems to be working. |
Error message is confusing. As a suggestion, maybe trigger an exception that suggests a fix. Very useful plugin btw, thanks. |
Yeah that's definitely an oversight - suggesting a fix in the exception would be a useful first step, but just handling this situation in the plugin in the first place would be good too :) |
Hey,
Trying to use this plugin, and unfortunately I've bumped into an issue — see build:
Any ideas?
Thanks,
The text was updated successfully, but these errors were encountered: