Skip to content

Commit 4bca20f

Browse files
committed
Updated bintray vcsTag
1 parent 85f330c commit 4bca20f

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
@@ -18,7 +18,7 @@ ext {
1818

1919
// Project and plugin version based on SCM information
2020
version = getProjectVersionAsBetaOrRelease(true)
21-
def downloadContainer = getProjectVersionAsBetaOrRelease(false)
21+
def downloadContainerName = getProjectVersionAsBetaOrRelease(false)
2222
def sscPluginVersion = getProjectVersionAsPlainVersionNumber()
2323

2424
repositories {
@@ -89,7 +89,8 @@ bintray {
8989
vcsUrl = 'https://github.com/fortify-ps/fortify-ssc-parser-owasp-dependency-check.git'
9090
userOrg = 'fortify-ps'
9191
version {
92-
name = downloadContainer
92+
name = downloadContainerName
93+
vcsTag = downloadContainerName
9394
}
9495
}
9596
filesSpec {

0 commit comments

Comments
 (0)