Skip to content

Commit

Permalink
build.grade polish
Browse files Browse the repository at this point in the history
  • Loading branch information
foo4u committed Oct 14, 2013
1 parent cdffe6b commit 7d81de7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -40,9 +40,9 @@ configure(subprojects) { project ->
}

jar {
manifest.attributes['Specification-Title'] = 'Spring MVC Cache Control'
manifest.attributes['Implementation-Title'] = project.name
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
}

}
Expand Down

0 comments on commit 7d81de7

Please sign in to comment.