Skip to content

Commit

Permalink
chore: trying to add java setup prior to running sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherferreira9 committed Jul 2, 2024
1 parent 7b0b354 commit d95808f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
- name: Checkout project sources
uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11

- name: Setup Gradle
uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43
with:
Expand Down

0 comments on commit d95808f

Please sign in to comment.