Skip to content

Commit

Permalink
sonarcloud workflow use correct maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrenn committed Mar 10, 2024
1 parent 3e4cd30 commit c8a4205
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,17 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 11
uses: actions/setup-java@v3
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 Maven
uses: stCarolas/setup-maven@v4.5
with:
java-version: 11
distribution: temurin
maven-version: 3.8.7
- name: Cache SonarCloud packages
uses: actions/cache@v3
with:
Expand Down

0 comments on commit c8a4205

Please sign in to comment.