RFR: 8333146: Move maven publication logic from build.gradle [v6]
Marius Hanl
mhanl at openjdk.org
Tue Dec 16 12:13:16 UTC 2025
On Mon, 8 Dec 2025 11:47:19 GMT, Marius Hanl <mhanl at openjdk.org> wrote:
> I think you might have it backwards: `all` should depend on the task to build the publications, not the other way around. The goal is that `gradle all` should produce `build/publications`.
Here is an attempt to do that without coupling the build with maven-publish:
https://github.com/Maran23/jfx/commit/d325d9931b37c64641fb9064e5deadbfa5766fe8
This probably needs to be done with `compileTargets` then. But the idea is the same.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1970#issuecomment-3660207511
More information about the openjfx-dev
mailing list