We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8b36c commit de3d0ecCopy full SHA for de3d0ec
.github/workflows/main.yml
@@ -45,7 +45,7 @@ jobs:
45
# gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
46
# gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
47
- name: Build
48
- run: ./mvnw -B -ff -ntp verify
+ run: ./mvnw -B -ff -ntp clean verify
49
- name: Extract project Maven version
50
id: projectVersion
51
run: echo ::set-output name=version::$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -DforceStdout -Dexpression=project.version -q)
0 commit comments