Skip to content

Commit

Permalink
Fix multi-release JAR test on JDK 16
Browse files Browse the repository at this point in the history
  • Loading branch information
dreis2211 committed Dec 10, 2020
1 parent 72d36e0 commit 20e171e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ private static byte[] getNestedJarData(boolean multiRelease) throws Exception {
writeEntry(jarOutputStream, "META-INF/versions/13/multi-release.dat", 13);
writeEntry(jarOutputStream, "META-INF/versions/14/multi-release.dat", 14);
writeEntry(jarOutputStream, "META-INF/versions/15/multi-release.dat", 15);
writeEntry(jarOutputStream, "META-INF/versions/16/multi-release.dat", 16);
}
else {
writeEntry(jarOutputStream, "3.dat", 3);
Expand Down

0 comments on commit 20e171e

Please sign in to comment.