Skip to content

Commit

Permalink
added latest java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuldeep-knoldus committed Jun 13, 2024
1 parent 48a2ef7 commit 17b12a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
cd ..
fi
done
sonarcloud:
name: SonarCloud Analysis
runs-on: ubuntu-latest
Expand All @@ -69,6 +70,14 @@ jobs:
with:
fetch-depth: 0

# Setup for Java projects
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven

# Setup for Node.js
- name: Install Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 17b12a5

Please sign in to comment.