File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ $DetectVersionUrl = "https://test-repo.blackducksoftware.com/artifactory/api/sea
5656function Detect {
5757 Write-Host " Detect Powershell Script $Version "
5858
59- if ($DetectSkipJavaTest -eq " " ){
59+ if ($DetectSkipJavaTest -ne " 1 " ){
6060 Test-JavaExists
6161 }else {
6262 Write-Host " Skipping java test."
Original file line number Diff line number Diff line change 1111 ],
1212 "demands" : [],
1313 "version" : {
14- "Major" : " 0 " ,
14+ "Major" : " 1 " ,
1515 "Minor" : " 0" ,
16- "Patch" : " 21 "
16+ "Patch" : " 0 "
1717 },
1818 "minimumAgentVersion" : " 1.95.0" ,
1919 "instanceNameFormat" : " Run Black Duck Detect for your build $(message)" ,
Original file line number Diff line number Diff line change 11{
22 "manifestVersion" : 1 ,
33 "id" : " detect-for-tfs" ,
4- "version" : " 0 .0.21 " ,
4+ "version" : " 1 .0.0 " ,
55 "name" : " Black Duck Detect" ,
66 "publisher" : " black-duck-software" ,
77 "public" : true ,
You can’t perform that action at this time.
0 commit comments