Skip to content

Commit

Permalink
.ci/deps.java.sh: Fix caching
Browse files Browse the repository at this point in the history
The unix pmd installer only creates an executable run.sh
  • Loading branch information
jayvdb committed Aug 5, 2019
1 parent 8fc1e05 commit 8bf2c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/deps.java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ if [ -z "$jdk_version" ] || [ $jdk_version -eq 8 ]; then
.ci/deps.tailor.sh
fi

if [ -z "$(which pmd || true)" ]; then
if [ -z "$(which run.sh || true)" ]; then
.ci/deps.pmd.sh
fi

0 comments on commit 8bf2c74

Please sign in to comment.