Skip to content

Commit

Permalink
Enable info for build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Jan 27, 2024
1 parent 2c3b594 commit 37971cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
21
- uses: gradle/wrapper-validation-action@v1
- name: Build with Java ${{ matrix.java }}
run: ./gradlew build --warning-mode=summary -PjavaVersion=${{ matrix.java }}
run: ./gradlew build --info --warning-mode=summary -PjavaVersion=${{ matrix.java }}
- name: Sonar analysis
if: ${{ env.DEFAULT_JAVA == matrix.java && env.SONAR_TOKEN != null }}
run: |
./gradlew sonarqube -Dsonar.token=$SONAR_TOKEN \
--warning-mode=summary
./gradlew sonarqube -Dsonar.token=$SONAR_TOKEN -PjavaVersion=${{ matrix.java }} \
--info --warning-mode=summary
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 37971cc

Please sign in to comment.