Re: [gentoo-dev] RFC: new gradle.eclass

2023-01-06 Thread Florian Schmaus
On 06/01/2023 19.52, Yuan Liao (Leo) wrote: While I warmly appreciate and welcome any effort to improve support for Java build systems on Gentoo, I also wonder what functionality ebuild authors who are creating a Java package might expect from an eclass called "gradle.eclass". It is not strictl

Re: [gentoo-dev] RFC: new gradle.eclass

2023-01-06 Thread Yuan Liao (Leo)
While I warmly appreciate and welcome any effort to improve support for Java build systems on Gentoo, I also wonder what functionality ebuild authors who are creating a Java package might expect from an eclass called "gradle.eclass". I'm not doubting this eclass's usefulness -- to me, it looks lik

Re: [gentoo-dev] RFC: new gradle.eclass

2023-01-06 Thread Maciej Barć
Hallelujah! Finally support for Gradle! Thank you so much for taking time to implement it! On 1/6/23 18:20, Florian Schmaus wrote: Happy new year everyone! I'd like to as for a review of an initial eclass for gradle. This is my first eclass, so I am sure there is plenty to find. ;) The related

[gentoo-dev] RFC: new gradle.eclass

2023-01-06 Thread Florian Schmaus
Happy new year everyone! I'd like to as for a review of an initial eclass for gradle. This is my first eclass, so I am sure there is plenty to find. ;) The related github PR is https://github.com/gentoo/gentoo/pull/28986 - Flow