We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5cabc commit 8fa366aCopy full SHA for 8fa366a
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
# gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
47
# gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
48
- name: Build
49
- run: ./mvnw -B -q -ff -ntp verify
+ run: ./mvnw -B -ff -ntp verify
50
- name: Extract project Maven version
51
id: projectVersion
52
run: echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.3.0:evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
0 commit comments