RFR: 8333146: Move maven publication logic from build.gradle [v6]

Kevin Rushforth kcr at openjdk.org
Mon Dec 1 14:42:54 UTC 2025


On Thu, 27 Nov 2025 11:06:42 GMT, Marius Hanl <mhanl at openjdk.org> wrote:

> > However, I also note that with this patch, even `gradle all` doesn't create `build/publications`. Consider adding a dependency to either `gradle sdk` or, more likely, `gradle all` so that still creates `build/publications`.
> 
> Thanks for testing! Just so we have a common understanding: Depending on the `all` task seems to be a better choice than `sdk`? I guess because then we are sure that everything did run before, right?

Either is fine, but having the `all` task depend on it seems a better choice (the fact that the `sdk` task currently depends on it seems somewhat arbitrary).

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1970#issuecomment-3596901343


More information about the openjfx-dev mailing list