Merge pull request #20113 from dreis2211

* pr/20113:
  Remove redundant jar task configuration

Closes gh-20113
This commit is contained in:
Stephane Nicoll
2020-02-11 13:55:23 +01:00

View File

@@ -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")
}