Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All code required to upload the JavaFX artifacts is in the build gradle:

https://github.com/javafxports/openjdk-jfx/blob/develop/build.gradle#L1513 and below.

The process is rather strict, e.g. you need to have source jars, javadoc jars, and all jars have to be signed. However, once it is working, it is very convenient. 

Related Maven plugins:

Example POMs:

...