From cfc16c2589bca98dddc5e1e18c1c88d64e960c27 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Mon, 10 Feb 2020 19:39:45 +0100 Subject: [PATCH] Remove redundant jar task configuration See gh-20113 --- .../spring-boot-gradle-plugin/build.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle index b12e4c4c97..d0ff03088d 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle @@ -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") }