Skip to content

Commit cfc16c2

Browse files
dreis2211snicoll
authored andcommitted
Remove redundant jar task configuration
See gh-20113
1 parent 3229142 commit cfc16c2

File tree

1 file changed

+0
-6
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin

1 file changed

+0
-6
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ gradlePlugin {
5555
}
5656
}
5757

58-
jar {
59-
manifest {
60-
attributes "Implementation-Version": project.version
61-
}
62-
}
63-
6458
task dependencyVersions(type: org.springframework.boot.build.constraints.ExtractVersionConstraints) {
6559
enforcedPlatform(":spring-boot-project:spring-boot-dependencies")
6660
}

0 commit comments

Comments
 (0)