Skip to content

Commit acbca96

Browse files
committed
Uncommented snapshot, but left it blank.
1 parent 3748e65 commit acbca96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
1616
group = 'io.honeybadger'
1717

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

0 commit comments

Comments
 (0)