Skip to content

Commit

Permalink
Build as multi-release jar
Browse files Browse the repository at this point in the history
Will package with module-info.class in META-INF/versions/9/module-info.class
  • Loading branch information
rbygrave committed Sep 29, 2021
1 parent 777bb39 commit afb602b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">
<goal>add-module-info</goal>
</goals>
<configuration>
<jvmVersion>9</jvmVersion>
<module>
<moduleInfoFile>src/main/java9/module-info.java</moduleInfoFile>
</module>
Expand Down

0 comments on commit afb602b

Please sign in to comment.