Commit fba1fb23 authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Fix multi-release JAR test on JDK 15

Backport of 54f93e9b

See gh-23445
parent b443d22c
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment