Hi everyone, When I use the task sdk / publish / publishToMavenLocal, I can not see a jar with the sources. But they are always part of the official JavaFX release: https://repo1.maven.org/maven2/org/openjfx/javafx-controls/17.0.0.1/ And the javadoc also deems to be missing. How can the javadoc and sources be generated and added to the Maven release?
Florian Kirmaier