We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2e85dd + 4d4f13f commit 517a2b1Copy full SHA for 517a2b1
buildSrc/src/main/groovy/io/spring/gradle/convention/SpringModulePlugin.groovy
@@ -43,8 +43,9 @@ class SpringModulePlugin extends AbstractSpringJavaPlugin {
43
deployArtifacts.dependsOn project.tasks.artifactoryPublish
44
}
45
project.tasks.withType(Jar) {
46
- from(project.rootProject.files('LICENSE.txt'))
47
- into('META-INF')
+ from(project.rootProject.files('LICENSE.txt')) {
+ into('META-INF')
48
+ }
49
50
51
0 commit comments