Fix inclusion of license in jar
This commit is contained in:
parent
30b63a71bd
commit
5fb4c8254f
|
|
@ -195,7 +195,7 @@ configure(subprojects - project(":spring-build-src")) { subproject ->
|
|||
manifest.attributes["Created-By"] =
|
||||
"${System.getProperty("java.version")} (${System.getProperty("java.specification.vendor")})"
|
||||
|
||||
from("${rootProject.projectDir}/src/dist") {
|
||||
from("${rootProject.projectDir}/src/docs/dist") {
|
||||
include "license.txt"
|
||||
include "notice.txt"
|
||||
into "META-INF"
|
||||
|
|
|
|||
Loading…
Reference in New Issue