Skip to content

Commit

Permalink
Updated GitHub workflow to use Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelli committed Dec 16, 2021
1 parent c1a4323 commit 08aeb5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '16'
distribution: 'adopt-hotspot'
java-version: '17'
distribution: 'temurin'
- name: Cache Maven packages
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 08aeb5d

Please sign in to comment.