mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Fix multi-release JAR test on JDK 15
See gh-21605
This commit is contained in:
committed by
Stephane Nicoll
parent
2fe299f6d0
commit
54f93e9b0f
+1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user