On Tue, 14 Apr 2026 09:19:20 GMT, Marius Hanl <[email protected]> wrote:
> > gradlew -PMAVEN_PUBLISH=true -PMAVEN_VERSION=XXX publishToMavenLocal > > additionally creates the "modular-sdk" and "sdk" folders. The contents of > > these folders differ from those created by the gradlew sdk. > > It would be interesting what exactly differs. Basically, the > publishToMavenLocal depends on the buildModulesTask. Which is the step we > 100% need before we can do the publishing. So it might be expected, but the > artifacts should probably not differ from gradlew sdk. So, I have run my tests again and must correct my previous comment: the contents of these folders are the same as those created during "gradlew sdk". Here is the output created by the 'tree' command: [master.txt](https://github.com/user-attachments/files/26707851/master.txt) [pull-request.txt](https://github.com/user-attachments/files/26707853/pull-request.txt) ------------- PR Comment: https://git.openjdk.org/jfx/pull/2144#issuecomment-4243441376
