You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
junit-jupiter-5.5.1-sources.jar has it too... others as well. Like junit-jupiter-5.6.0-20190906.085229-49-sources.jar. Same goes for all *-javadoc.jar classified jars, like junit-jupiter-5.5.1-javadoc.jar.
Prior to this commit, all JAR files generated for a published module
included their compiled module descriptor within the root directory
of the artifact.
This commit a) includes the compiled module descriptor only in JAR
files that have no classifier specified and b) stores the source of
each module descriptor within the matching `*-source.jar` file.
Fixes#2003
sbrannen
changed the title
junit-platform-commons-1.5.1-sources.jar from Maven Central has module-info.class instead of module-info.java
Published artifacts contain module-info.class instead of module-info.java
Sep 7, 2019
sbrannen
changed the title
Published artifacts contain module-info.class instead of module-info.java
Some published artifacts contain module-info.class instead of module-info.java
Sep 7, 2019
junit-platform-commons-1.5.1-sources.jar
downloaded from Maven Central hasmodule-info.class
instead ofmodule-info.java
.This same problem might occur in other files & other versions.
The text was updated successfully, but these errors were encountered: