We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdffe6b commit 7d81de7Copy full SHA for 7d81de7
build.gradle
@@ -40,9 +40,9 @@ configure(subprojects) { project ->
40
}
41
42
jar {
43
- manifest.attributes['Specification-Title'] = 'Spring MVC Cache Control'
44
- manifest.attributes['Implementation-Title'] = project.name
45
- manifest.attributes['Implementation-Version'] = project.version
+ manifest.attributes['Specification-Title'] = 'Spring MVC Cache Control'
+ manifest.attributes['Implementation-Title'] = project.name
+ manifest.attributes['Implementation-Version'] = project.version
46
47
48
0 commit comments