Merge branch '2.4.x'
Closes gh-25141
This commit is contained in:
@@ -108,7 +108,10 @@ task fullJar(type: Jar) {
|
||||
into "BOOT-INF/classes"
|
||||
}
|
||||
into("") {
|
||||
from zipTree(configurations.loader.singleFile)
|
||||
from(zipTree(configurations.loader.singleFile)) {
|
||||
exclude "META-INF/LICENSE.txt"
|
||||
exclude "META-INF/NOTICE.txt"
|
||||
}
|
||||
}
|
||||
manifest {
|
||||
attributes(
|
||||
|
||||
Reference in New Issue
Block a user