Skip to content

Commit

Permalink
Add warning flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Sep 27, 2023
1 parent 27a25d9 commit 55c6252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-gradle-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ jobs:
sonar-organization: ${{ secrets.sonar-organization }}
sonar-token: ${{ secrets.sonar-token }}
working-directory: ${{ inputs.working-directory }}
download-lfs-files: ${{ inputs.download-lfs-files }}
download-lfs-files: ${{ inputs.download-lfs-files }}
2 changes: 1 addition & 1 deletion actions/java-gradle-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ runs:
working-directory: ${{ inputs.working-directory }}

- name: Generate changelog
run: ./gradlew -Pchangelog.releaseVersion=${{ steps.evaluate-version.outputs.release-version }} --stacktrace --info generateChangelog
run: ./gradlew -Pchangelog.releaseVersion=${{ steps.evaluate-version.outputs.release-version }} --warning-mode all --stacktrace --info generateChangelog
shell: bash
working-directory: ${{ inputs.working-directory }}
env:
Expand Down

0 comments on commit 55c6252

Please sign in to comment.