mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Remove redundant jar task configuration
See gh-20113
This commit is contained in:
committed by
Stephane Nicoll
parent
3229142188
commit
cfc16c2589
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user