Skip to content

Commit 345cf61

Browse files
committed
Fix pmd-java-dist filename
1 parent 397942c commit 345cf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-rules/maven-java/.ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo "Running PMD..."
1818
echo "======================================================="
1919
echo
2020
cd pmd-java-dist/target
21-
unzip -q pmd-java-bin-1.0.0-SNAPSHOT.zip
21+
unzip -q pmd-java-dist-1.0.0-SNAPSHOT-bin.zip
2222
pmd-java-bin-1.0.0-SNAPSHOT/bin/pmd check --no-cache \
2323
-f text \
2424
-d ../../ \

0 commit comments

Comments
 (0)