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.
2 parents e5e27a9 + 8fa366a commit b7c0aacCopy full SHA for b7c0aac
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
44
# gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
45
# gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
46
- name: Build
47
- run: ./mvnw -B -q -ff -ntp verify
+ run: ./mvnw -B -ff -ntp verify
48
- name: Extract project Maven version
49
id: projectVersion
50
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