-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Identify/resolve warnings encountered in gradle build #1815
Comments
In
Which means
These are the assets using DefaultAddressValidator:
I assume these assets are likely to be removed soon enough so not worth implementing custom validators. |
Before moving to Gradle 5, we will need to consider alternatives to gradle-witness since its last activity was Nov 2014 and this issue is still outstanding:
I found https://github.com/matthewtamlin/retrial as a potential candidate, which states:
|
As for this warning, it appears to be a known issue protocolbuffers/protobuf#3781
|
@devinbileck wrote:
Yes, good point. I've created #1861 to track that de-listing process. We can return to getting rid of the remaining
This is a really easy problem to solve, and we're already working from my fork of gradle-witness, so we might want to just patch this one as well instead of moving to something entirely different. Per the commit comment at 27cc933, the
I researched this quite a bit and tried to pass I'd suggest putting together PRs for what you can, creating specific issues to track the ones you can't, and closing this catch-all issue sooner than later. This is the sort of issue that can just linger open indefinitely because not every warning is fixed yet. |
@cbeams Thanks for the detailed response and investigation!
There are some other warnings I had planned to investigate as well, but haven't had a chance. I was using this issue to track my results. But I agree, I will file individual issues for each one, and start tackling what I can. |
The following, taken from https://travis-ci.org/bisq-network/bisq/builds/445786437, should be investigated and ideally resolved.
This needs to be resolved before migrating to Gradle 5:
The text was updated successfully, but these errors were encountered: