Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nivemaham committed Feb 28, 2017
1 parent 334d93e commit 5df3c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ task connectorHDFSJar(type: Jar) {
jar {
manifest {
attributes 'Implementation-Title': 'RADAR-CNS Back-End',
'Implementation-Version': System.getenv('TRAVIS_TAG')? System.getenv('TRAVIS_TAG') : versions,
'Implementation-Version': ${System.getenv('TRAVIS_TAG')? System.getenv('TRAVIS_TAG') : version} ,
'Main-Class': mainClassName
}
from {
Expand Down

0 comments on commit 5df3c5b

Please sign in to comment.