Skip to content

Commit

Permalink
added Java distribution setting to GitHub workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Läufer <[email protected]>
  • Loading branch information
klaeufer committed Dec 27, 2023
1 parent 8964ff2 commit d514d67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main_primechecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: temurin

- name: 'Restore Project Dependencies Using Mvn'
shell: bash
Expand Down

0 comments on commit d514d67

Please sign in to comment.