Fix JarFileTests for multi-release JARs on JDK14
See gh-20180
This commit is contained in:
committed by
Stephane Nicoll
parent
e5394ceac2
commit
53e8e49552
@@ -98,6 +98,7 @@ public abstract class TestJarCreator {
|
||||
writeEntry(jarOutputStream, "META-INF/versions/11/multi-release.dat", 11);
|
||||
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);
|
||||
}
|
||||
else {
|
||||
writeEntry(jarOutputStream, "3.dat", 3);
|
||||
|
||||
Reference in New Issue
Block a user