On Mon, 8 Dec 2025 11:47:19 GMT, Marius Hanl <[email protected]> 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
