Skip to content

Commit 85f330c

Browse files
committed
Updated to use one download container for all related beta builds
1 parent b1e6f72 commit 85f330c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ ext {
1717
}
1818

1919
// Project and plugin version based on SCM information
20-
version = getProjectVersionAsBetaOrRelease()
20+
version = getProjectVersionAsBetaOrRelease(true)
21+
def downloadContainer = getProjectVersionAsBetaOrRelease(false)
2122
def sscPluginVersion = getProjectVersionAsPlainVersionNumber()
2223

2324
repositories {
@@ -88,7 +89,7 @@ bintray {
8889
vcsUrl = 'https://github.com/fortify-ps/fortify-ssc-parser-owasp-dependency-check.git'
8990
userOrg = 'fortify-ps'
9091
version {
91-
name = project.version
92+
name = downloadContainer
9293
}
9394
}
9495
filesSpec {

0 commit comments

Comments
 (0)