Skip to content

Commit 70fd58d

Browse files
committed
chore(ci): display dependency:tree when ci
1 parent af229ff commit 70fd58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/integration_test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ log_then_run() {
3535
}
3636

3737
run_mvn() {
38-
log_then_run ./mvnw -V --no-transfer-progress "$@"
38+
log_then_run ./mvnw -V --no-transfer-progress dependency:tree "$@"
3939
}
4040

4141
########################################

0 commit comments

Comments
 (0)