mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-10-23 18:59:46 +00:00
Fix META-INF/LICENSE.txt
Previously the update put everything into META-INF Issue gh-17638
This commit is contained in:
parent
d5107dd752
commit
f2769e6eff
@ -43,8 +43,9 @@ class SpringModulePlugin extends AbstractSpringJavaPlugin {
|
|||||||
deployArtifacts.dependsOn project.tasks.artifactoryPublish
|
deployArtifacts.dependsOn project.tasks.artifactoryPublish
|
||||||
}
|
}
|
||||||
project.tasks.withType(Jar) {
|
project.tasks.withType(Jar) {
|
||||||
from(project.rootProject.files('LICENSE.txt'))
|
from(project.rootProject.files('LICENSE.txt')) {
|
||||||
into('META-INF')
|
into('META-INF')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user