Skip to content

Commit

Permalink
Updated gradle-helpers version, updated bintray repo, updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Apr 29, 2020
1 parent aaeb0c2 commit db5e755
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ This Fortify SSC parser plugin allows for importing scan results from OWASP Depe

* **Downloads**:
_Beta versions may be unstable or non-functional. The `*-licenseReport.zip` and `*-dependencySources.zip` files are for informational purposes only and do not need to be downloaded._
* **Release versions**: https://bintray.com/package/files/fortify-ps/binaries/fortify-ssc-parser-owasp-dependency-check-release?order=desc&sort=fileLastModified&basePath=&tab=files
* **Beta versions**: https://bintray.com/package/files/fortify-ps/binaries/fortify-ssc-parser-owasp-dependency-check-beta?order=desc&sort=fileLastModified&basePath=&tab=files
* **Release versions**: https://bintray.com/package/files/fortify-ps/release/fortify-ssc-parser-owasp-dependency-check?order=desc&sort=fileLastModified&basePath=&tab=files
* **Beta versions**: https://bintray.com/package/files/fortify-ps/beta/fortify-ssc-parser-owasp-dependency-check?order=desc&sort=fileLastModified&basePath=&tab=files
* **Sample input files**: [sampleData](sampleData)
* **GitHub**: https://github.com/fortify-ps/fortify-ssc-parser-owasp-dependency-check
* **Automated builds**: https://travis-ci.com/fortify-ps/fortify-ssc-parser-owasp-dependency-check
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
group 'com.fortify.ssc.parser.owasp.dependencycheck'

ext {
gradleHelpersLocation = "https://raw.githubusercontent.com/fortify-ps/gradle-helpers/1.1"
gradleHelpersLocation = "https://raw.githubusercontent.com/fortify-ps/gradle-helpers/1.2"
}

apply from: "${gradleHelpersLocation}/repo-helper.gradle"
Expand All @@ -21,8 +21,8 @@ apply from: "${gradleHelpersLocation}/fortify-helper.gradle"
version = getProjectVersionAsBetaOrRelease(true)
ext {
sscParserPluginVersion = getProjectVersionAsPlainVersionNumber()
betaOrReleaseLabel = getBetaOrReleaseLabel()
bintrayPkgName = "${rootProject.name}-${betaOrReleaseLabel}"
bintrayRepo = "${getBetaOrReleaseLabel()}"
bintrayPkgName = "${rootProject.name}"
bintrayDownloadContainerName = getProjectVersionAsBetaOrRelease(false)
projectLicense = 'MIT'
}
Expand Down

0 comments on commit db5e755

Please sign in to comment.