Skip to content

Commit b7c0aac

Browse files
committed
Merge branch '2.19'
2 parents e5e27a9 + 8fa366a commit b7c0aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
4545
# gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
4646
- name: Build
47-
run: ./mvnw -B -q -ff -ntp verify
47+
run: ./mvnw -B -ff -ntp verify
4848
- name: Extract project Maven version
4949
id: projectVersion
5050
run: echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.5.1:evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)