Add manifest entries for location of lib and classes in executable archives
Closes gh-5183
This commit is contained in:
@@ -74,6 +74,8 @@
|
||||
<attribute name="Main-Class"
|
||||
value="org.springframework.boot.loader.JarLauncher" />
|
||||
<attribute name="Start-Class" value="${start-class}" />
|
||||
<attribute name="Spring-Boot-Classes" value="BOOT-INF/classes/" />
|
||||
<attribute name="Spring-Boot-Lib" value="BOOT-INF/lib/" />
|
||||
</manifest>
|
||||
</jar>
|
||||
</sequential>
|
||||
|
||||
Reference in New Issue
Block a user