Fix multi-release JAR test on JDK 16

See gh-24453
This commit is contained in:
Stephane Nicoll 2020-12-21 09:59:01 +01:00
parent 4a3ce0c960
commit 306b964ce3
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ public abstract class TestJarCreator {
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);