Open tharvik opened 8 years ago
@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.
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
.