Skip to content

Commit

Permalink
ci: fixed JDK to run Sonar Scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
v1nc3n4 committed Jun 12, 2024
1 parent 78cd2fa commit 1360fb8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ jobs:
Remove-Item Env:npm_config_prefix
./gradlew :plugin:build --console=plain
- name: Set up JDK 17 for SonarQube
uses: actions/setup-java@v3
if: matrix.os == 'ubuntu-22.04'
with:
distribution: temurin
java-version: '17'
architecture: x64

- name: Scan source code and test results
if: matrix.os == 'ubuntu-22.04'
env:
Expand Down

0 comments on commit 1360fb8

Please sign in to comment.