File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 - name : Install
2222 run : mvn -DskipTests=true clean install checkstyle:checkstyle -q -pl '!docs,!examples' -P checkstyle
2323 - name : Build
24- run : mvn checkstyle:checkstyle package -pl '!docs,!examples' -P checkstyle
24+ run : mvn clean checkstyle:checkstyle package -pl '!docs,!examples' -P checkstyle
2525 env :
2626 BUILD_PORT : 0
2727 BUILD_SECURE_PORT : 0
Original file line number Diff line number Diff line change 2222 - name : Install
2323 run : mvn -DskipTests=true clean install checkstyle:checkstyle -q -pl '!docs,!examples' -P checkstyle
2424 - name : Build
25- run : mvn checkstyle:checkstyle package -pl '!docs,!examples' -P checkstyle
25+ run : mvn clean checkstyle:checkstyle package -pl '!docs,!examples' -P checkstyle
2626 env :
2727 BUILD_PORT : 0
2828 BUILD_SECURE_PORT : 0
Original file line number Diff line number Diff line change 22
33DIR=$( cd " $( dirname " $0 " ) " ; pwd)
44
5- sh $DIR /maven.sh checkstyle:checkstyle -P checkstyle package
5+ sh $DIR /maven.sh clean checkstyle:checkstyle -P checkstyle package
You can’t perform that action at this time.
0 commit comments