Skip to content

Commit

Permalink
Set style.yml to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
smeyer198 committed Dec 16, 2024
1 parent df9f718 commit 8fdae82
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v4
# Set up Java version
- name: Set up Java 17
uses: actions/setup-java@v4
with:
distribution: adopt
java-package: jdk
java-version: 17
# Restores Maven dependecies
- name: Restore local Maven repository
uses: actions/cache@v4
Expand Down

0 comments on commit 8fdae82

Please sign in to comment.