Browse Source

Remove redundant jar task configuration

See gh-20113
pull/22045/head
dreis2211 6 years ago committed by Stephane Nicoll
parent
commit
cfc16c2589
  1. 6
      spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle

6
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle

@ -55,12 +55,6 @@ gradlePlugin { @@ -55,12 +55,6 @@ gradlePlugin {
}
}
jar {
manifest {
attributes "Implementation-Version": project.version
}
}
task dependencyVersions(type: org.springframework.boot.build.constraints.ExtractVersionConstraints) {
enforcedPlatform(":spring-boot-project:spring-boot-dependencies")
}

Loading…
Cancel
Save