gentoo / java-overlay

[MIRROR] Java overlay
https://gitweb.gentoo.org/proj/java.git
16 stars 21 forks source link

dev-java/gradle: bump to 3.0 #35

Closed msva closed 8 years ago

chewi commented 8 years ago

I don't know anything about Gradle but I'm guessing it's not something we need to SLOT?

msva commented 8 years ago

I don't know anything about Gradle but I'm guessing it's not something we need to SLOT? Actually, I thought about that too. But, on the other hands, theoretically, it can be the situation, when some old package can require some pretty old gradle version. // although, actually, many packages bundles gradle anyway :-/

All other things is fixed.

chewi commented 8 years ago

Merged, thanks. I am assuming the change from gradle to ./gradlew is correct because I can't see how it could have worked before if you didn't already have gradle installed.

chewi commented 8 years ago

By the way, I'm really not impressed by how it downloads something during the build, there's no way I'd let that into the tree. I merged it anyway because the previous version did this too but if you could find a way to avoid that, it'd be great. Surely it must be possible to add that prebuilt zip to SRC_URI.

msva commented 8 years ago

Yeah, I dislike downloading anything during something that is after src_unpack too. But unfortunatelly, I'm not that gradle guru to know how to disallow it from doing that. Although, I think it is possible with a bunch of patches against buildsystem...