-
Bug
-
Resolution: Fixed
-
P2
-
jfx11
Due to inherent incompatibilities between maven and gradle, we upload empty jars to maven central, that allow to dispatch to a real *platform-specific* jar.
However, since it is a common practice to construct the modulepath based on the classpath, the empty jars need to be modules. This can be done by adding a Automatic-Module-Name to the manifest
However, since it is a common practice to construct the modulepath based on the classpath, the empty jars need to be modules. This can be done by adding a Automatic-Module-Name to the manifest
- relates to
-
JDK-8264998 Empty Jars shouldn't have Automatic-Module-Name
-
- Resolved
-
- links to