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 3748e65 commit acbca96Copy full SHA for acbca96
build.gradle
@@ -16,7 +16,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
16
group = 'io.honeybadger'
17
18
def release = '1.1.0'
19
-// def snapshot = 'SNAPSHOT-beta3'
+def snapshot = ''
20
// concatenate release version with snapshot version number
21
version = "${release}${snapshot && !snapshot.isEmpty() ? ('-' + snapshot) : ''}"
22
0 commit comments