Commit 46a6378
committed
Fix package name of spring boot JarLauncher class in jgit.sh
The class moved to this package in spring 3.2.0.
See
https://stackoverflow.com/questions/77279480/org-springframework-boot-loader-jarlauncher-cannot-be-found-but-org-springframe
spring-projects/spring-boot#37667
https://docs.spring.io/spring-boot/docs/3.2.0/reference/html/executable-jar.html#appendix.executable-jar.launching.manifest
Bug: jgit-157
Change-Id: Ie1aaef2cd9443ee37b5ff6cd83fcd74e23b3e3fa1 parent 79736e4 commit 46a6378
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
0 commit comments