Merge branch '2.4.x'
Closes gh-25837
This commit is contained in:
@@ -107,8 +107,8 @@ task fullJar(type: Jar) {
|
||||
from(sourceSets.main.output) {
|
||||
into "BOOT-INF/classes"
|
||||
}
|
||||
into("") {
|
||||
from(zipTree(configurations.loader.singleFile)) {
|
||||
from {
|
||||
zipTree(configurations.loader.singleFile).matching {
|
||||
exclude "META-INF/LICENSE.txt"
|
||||
exclude "META-INF/NOTICE.txt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user