Skip to content

Commit

Permalink
Switch to Eclipse Temurin JDK via actions/setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
famod authored Aug 19, 2021
1 parent 921ef76 commit 872bd0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mvn-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: joschi/setup-jdk@7134ae95986e4e0a4f9f0b51345c93fcebfc4ea9
uses: actions/setup-java@v2
with:
java-version: openjdk11
distribution: temurin
java-version: 11
- name: Build
run: mvn clean install

0 comments on commit 872bd0c

Please sign in to comment.