Commit cfc16c25 authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Remove redundant jar task configuration

See gh-20113
parent 32291421
......@@ -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")
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment