-
Notifications
You must be signed in to change notification settings - Fork 21
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
=dev-java/gradle-3.1: do not work with network-sandbox #38
Comments
@Flowdalic, @msva, please investigate! |
Yes, it is. Just as any other package with "bootsrapping" (where they fetching some crappy dependencies during build time and ignores system-wide installed ones (even if they exists in tree/overlay)) By the way, AFAIK, gradle was work in that way since eternity. Just as maven and some other bootstrap-systems. Usually, fixing such things requires either heavy patching in ebuild or heavy patching of dist-sources and repackaging. So, I'll try to take a look, but if you already know a solution, it will be very good if you'll apply a pull-request. |
Okay, brain wasn't switched on earlier. I am aware that it does this and I don't like it but I was prepared to allow it in java-overlay if fixing it isn't trivial. I wouldn't allow it in the main tree. |
#40 should fix it then. |
What @msva said :) |
=dev-java/gradle-3.1
do not works withFEATURES=network-sandbox
.It might be as easy as modifing
subprojects/docs/src/docs/dsl/org.gradle.api.tasks.wrapper.Wrapper.xml
.The text was updated successfully, but these errors were encountered: