Commit 19eaf86e authored by Stephane Nicoll's avatar Stephane Nicoll

Update multi release test jar to include Java 12

See gh-16970
parent 6a0d24be
......@@ -95,6 +95,7 @@ public abstract class TestJarCreator {
writeEntry(jarOutputStream, "META-INF/versions/10/multi-release.dat", 10);
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);
}
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