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 b1e6f72 commit 85f330cCopy full SHA for 85f330c
build.gradle
@@ -17,7 +17,8 @@ ext {
17
}
18
19
// Project and plugin version based on SCM information
20
-version = getProjectVersionAsBetaOrRelease()
+version = getProjectVersionAsBetaOrRelease(true)
21
+def downloadContainer = getProjectVersionAsBetaOrRelease(false)
22
def sscPluginVersion = getProjectVersionAsPlainVersionNumber()
23
24
repositories {
@@ -88,7 +89,7 @@ bintray {
88
89
vcsUrl = 'https://github.com/fortify-ps/fortify-ssc-parser-owasp-dependency-check.git'
90
userOrg = 'fortify-ps'
91
version {
- name = project.version
92
+ name = downloadContainer
93
94
95
filesSpec {
0 commit comments