Skip to content

Commit 7d81de7

Browse files
committed
build.grade polish
1 parent cdffe6b commit 7d81de7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ configure(subprojects) { project ->
4040
}
4141

4242
jar {
43-
manifest.attributes['Specification-Title'] = 'Spring MVC Cache Control'
44-
manifest.attributes['Implementation-Title'] = project.name
45-
manifest.attributes['Implementation-Version'] = project.version
43+
manifest.attributes['Specification-Title'] = 'Spring MVC Cache Control'
44+
manifest.attributes['Implementation-Title'] = project.name
45+
manifest.attributes['Implementation-Version'] = project.version
4646
}
4747

4848
}

0 commit comments

Comments
 (0)