Skip to content

Commit

Permalink
Merge pull request #515 from xstefank/sonar-jdk-17
Browse files Browse the repository at this point in the history
Change Sonar quality action to JDK 17
  • Loading branch information
xstefank authored Jan 15, 2024
2 parents 1589cdb + 475c4ce commit de76246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: 11
java-version: 17
distribution: temurin

- name: sonar
Expand Down

0 comments on commit de76246

Please sign in to comment.