blackducksoftware / hub-detect

This is now deprecated. Please see synopsys-detect.
Apache License 2.0
38 stars 39 forks source link

Not accepting multiple gradle arguments (--detect.gradle.build.command) #387

Closed tjbassindale closed 5 years ago

tjbassindale commented 5 years ago

Issue template

Expected behavior

--detect.gradle.build.command=\"-PartifactoryUser=${env.ARTIFACTORY_USER} -PartifactoryPassword=${env.ARTIFACTORY_PASS}\" This has escaped quotes because this sits inside double quotes already.

The result is that it ends up only passing through the first value when it runs gradle as seen below: /gradlew -PartifactoryUser=xxxxx dependencies ....

This is using the version that it pulls down every time by CURLing - https://detect.synopsys.com/detect.sh

Version

Project Version:

tjbassindale commented 5 years ago

Just realised this repo is meant to have moved and so I have created this issue in the synopsis detect repo

tjbassindale commented 5 years ago

Resolved in the sysnopsis-detect repo (was not an issue).