Skip to content

Commit

Permalink
Print output to console
Browse files Browse the repository at this point in the history
  • Loading branch information
idelpivnitskiy committed Jan 3, 2025
1 parent ec16bff commit da9279b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-prq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Clean Gradle project
run: ./gradlew --parallel clean
- name: Build with Gradle
run: ./gradlew --parallel quality
run: ./gradlew --parallel -Pdependency.analysis.print.build.health=true quality
- name: Upload CheckStyle Results
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit da9279b

Please sign in to comment.