Skip to content

Commit

Permalink
Update application pipeline to use java 17 (#148)
Browse files Browse the repository at this point in the history
* Update main.yml
  • Loading branch information
stepango authored Nov 1, 2023
1 parent 4332ea8 commit d37843f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
id: gradle-setup
Expand Down

0 comments on commit d37843f

Please sign in to comment.