Adjust fat jar central directory to account for launch script
An upgrade to Apache Commons Compress allows the build plugins to write the launch script to the fat jar as a proper preamble, making the file compatible with more jar and zip tooling. Fixes gh-22336
This commit is contained in:
@@ -27,7 +27,7 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Commons Compress", "1.20") {
|
||||
library("Commons Compress", "1.21") {
|
||||
group("org.apache.commons") {
|
||||
modules = [
|
||||
"commons-compress"
|
||||
|
||||
Reference in New Issue
Block a user