Skip to content

Commit 19eaf86

Browse files
committed
Update multi release test jar to include Java 12
See gh-16970
1 parent 6a0d24b commit 19eaf86

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-loader/src/test/java/org/springframework/boot/loader

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-loader/src/test/java/org/springframework/boot/loader/TestJarCreator.java

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ private static byte[] getNestedJarData(boolean multiRelease) throws Exception {
9595
writeEntry(jarOutputStream, "META-INF/versions/10/multi-release.dat", 10);
9696
writeEntry(jarOutputStream, "META-INF/versions/11/multi-release.dat", 11);
9797
writeEntry(jarOutputStream, "META-INF/versions/12/multi-release.dat", 12);
98+
writeEntry(jarOutputStream, "META-INF/versions/13/multi-release.dat", 13);
9899
}
99100
else {
100101
writeEntry(jarOutputStream, "3.dat", 3);

0 commit comments

Comments
 (0)