Remove redundant jar task configuration

See gh-20113
This commit is contained in:
dreis2211
2020-02-10 19:39:45 +01:00
committed by Stephane Nicoll
parent 3229142188
commit cfc16c2589

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