Fix multi-release JAR test on JDK 15

See gh-21605
This commit is contained in:
dreis2211
2020-05-28 13:34:00 +02:00
committed by Stephane Nicoll
parent 2fe299f6d0
commit 54f93e9b0f

View File

@@ -99,6 +99,7 @@ public abstract class TestJarCreator {
writeEntry(jarOutputStream, "META-INF/versions/12/multi-release.dat", 12);
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);
}
else {
writeEntry(jarOutputStream, "3.dat", 3);