Skip to content

Commit

Permalink
bump java version for sonarcould plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrenn committed Mar 10, 2024
1 parent c8a4205 commit 9cac74c
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,15 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 11
run: |
sudo apt-get update
sudo apt-get -q -y install default-jdk
# apt-get -q -y install libservlet3.1-java tomcat9
# uses: actions/setup-java@v1
# with:
# java-version: 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'zulu' # Alternative distribution options are available.
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.8.7
maven-version: 3.8.7
- name: Cache SonarCloud packages
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 9cac74c

Please sign in to comment.