We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397942c commit 345cf61Copy full SHA for 345cf61
custom-rules/maven-java/.ci/build.sh
@@ -18,7 +18,7 @@ echo "Running PMD..."
18
echo "======================================================="
19
echo
20
cd pmd-java-dist/target
21
-unzip -q pmd-java-bin-1.0.0-SNAPSHOT.zip
+unzip -q pmd-java-dist-1.0.0-SNAPSHOT-bin.zip
22
pmd-java-bin-1.0.0-SNAPSHOT/bin/pmd check --no-cache \
23
-f text \
24
-d ../../ \
0 commit comments