JetBrains / java-annotations

Annotations for JVM-based languages.
Apache License 2.0
404 stars 47 forks source link

fix(build): add Multi-Release attribute to manifest of jars #49

Closed kashike closed 3 years ago

kashike commented 3 years ago

https://docs.oracle.com/javase/10/docs/specs/jar/jar.html#multi-release-jar-files

The Multi-Release attribute was not included in JARs, rendering the multi-release code (module-info) useless.

amaembo commented 3 years ago

Thanks

amaembo commented 3 years ago

Released as patch release 21.0.1, please check whether it works now.

kashike commented 3 years ago

Confirmed to be fixed - thank you for the quick merge!