dependency-check / azuredevops

Dependency Check Azure DevOps Extension
Apache License 2.0
44 stars 26 forks source link

Environment variable JAVA_OPTS is overwritten with hard coded settings. #131

Closed cwang2002 closed 7 months ago

cwang2002 commented 9 months ago

The following line overwrites environment setting. Can this be changed to be conditional?  tl.setVariable('JAVA_OPTS', '-Xss8192k');

Saturate commented 7 months ago

As you can see I made a PR for this issue :) Feel free to try it out.