Skip to content

Commit

Permalink
Fixing CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
pjorquera committed Jun 8, 2024
1 parent 63373ee commit 8a07fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
java-version: '22'
distribution: 'temurin'
- uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
- uses: gradle/actions/setup-gradle@v3
- run: ./gradlew build
frontend:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8a07fc6

Please sign in to comment.