We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de78c53 commit c545845Copy full SHA for c545845
2 files changed
.github/workflows/build.yml
@@ -67,4 +67,4 @@ jobs:
67
- name: Test
68
run: |
69
./mvnw -version
70
- ./mvnw verify
+ ./mvnw -B --color always verify
.github/workflows/release.yml
@@ -101,7 +101,7 @@ jobs:
101
102
- name: Release
103
104
- ./mvnw -B -U \
+ ./mvnw -B --color always -U \
105
release:prepare \
106
release:perform \
107
-DdryRun=${{ inputs.dry_run }} \
0 commit comments