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.
1 parent d5107dd commit f2769e6Copy full SHA for f2769e6
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