We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d35136 commit f138234Copy full SHA for f138234
build.gradle
@@ -5,7 +5,7 @@ sourceCompatibility = 1.5
5
version = '1.0'
6
jar {
7
manifest {
8
- attributes 'Implementation-Title': 'Spring Vending Machine kata', 'Implementation-Version': version
+ attributes 'Implementation-Title': 'Design Patterns Gradle file', 'Implementation-Version': version
9
}
10
11
0 commit comments