mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 16:29:28 +00:00
Fix inclusion of license in jar
This commit is contained in:
committed by
Rossen Stoyanchev
parent
30b63a71bd
commit
5fb4c8254f
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user