Merge branch '2.7.x' into main

This commit is contained in:
Scott Frederick
2022-02-11 15:31:33 -06:00
2 changed files with 3 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ task fullJar(type: Jar) {
zipTree(configurations.loader.singleFile).matching {
exclude "META-INF/LICENSE.txt"
exclude "META-INF/NOTICE.txt"
exclude "META-INF/spring-boot.properties"
}
}
manifest {