Merge branch '6.4.x' into 6.5.x
This commit is contained in:
@@ -43,8 +43,9 @@ class SpringModulePlugin extends AbstractSpringJavaPlugin {
|
||||
deployArtifacts.dependsOn project.tasks.artifactoryPublish
|
||||
}
|
||||
project.tasks.withType(Jar) {
|
||||
from(project.rootProject.files('LICENSE.txt'))
|
||||
into('META-INF')
|
||||
from(project.rootProject.files('LICENSE.txt')) {
|
||||
into('META-INF')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user