Skip to content

Commit

Permalink
Uncommented snapshot, but left it blank.
Browse files Browse the repository at this point in the history
  • Loading branch information
dekobon committed Oct 31, 2015
1 parent 3748e65 commit acbca96
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 @@ -16,7 +16,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
group = 'io.honeybadger'

def release = '1.1.0'
// def snapshot = 'SNAPSHOT-beta3'
def snapshot = ''
// concatenate release version with snapshot version number
version = "${release}${snapshot && !snapshot.isEmpty() ? ('-' + snapshot) : ''}"

Expand Down

0 comments on commit acbca96

Please sign in to comment.