Skip to content

Commit 5eb0074

Browse files
committed
Fix deprecated CLI parameter "language"
1 parent adcce73 commit 5eb0074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo
2020
cd pmd-plsql-dist/target
2121
unzip pmd-plsql-bin-1.0.0-SNAPSHOT.zip
2222
pmd-plsql-bin-1.0.0-SNAPSHOT/bin/run.sh pmd --no-cache \
23-
-l plsql \
23+
--use-version plsql- \
2424
-f text \
2525
-d ../../pmd-plsql-custom/src/test/plsql \
2626
-R custom-plsql-ruleset.xml \

0 commit comments

Comments
 (0)