Skip to content

Commit

Permalink
Updated Github Actions Java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal1337 committed May 3, 2024
1 parent 338e6e0 commit ca30492
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Java
uses: actions/setup-java@v2
with:
java-version: 17
distribution: "temurin"

- name: Build with Gradle
id: build
run: ./gradlew build
Expand Down

0 comments on commit ca30492

Please sign in to comment.