Skip to content

Commit

Permalink
Install Java 17 on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jun 30, 2023
1 parent d7e00a5 commit f6b1494
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- uses: gradle/gradle-build-action@v2
- run: ./gradlew build

0 comments on commit f6b1494

Please sign in to comment.