jfrog-cli icon indicating copy to clipboard operation
jfrog-cli copied to clipboard

Supporting Maven and Gradle Wrapper in JFrog Xray audit-gradle and audit-mvn

Open e88z4 opened this issue 4 years ago • 9 comments

Is your feature request related to a problem? Please describe. I am trying to execute JFrog Cli with the command jfrog audit-gradle

I got and error below: [Error] exec: "gradle": executable file not found in $PATH

It seems the jfrog cli relies on gradle on the path which may be installed as a system wide gradle installation.

Describe the solution you'd like to see I prefer the jfrog cli for audit-gradle to support gradle wrapper. This can be extended to maven wrapper as well. Our environment doesn't have system wide installation of Gradle/Maven in the system $PATH.

e88z4 avatar Jan 21 '22 15:01 e88z4