Skip to content

Commit

Permalink
Merge pull request #68 from famod/patch-1
Browse files Browse the repository at this point in the history
Switch to Eclipse Temurin JDK via actions/setup-java
  • Loading branch information
gsmet authored Aug 17, 2021
2 parents 4162b9a + 302fa7f commit 5de25cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
# refresh cache every month to avoid unlimited growth
key: maven-repo-jdk-${{ matrix.java }}-${{ steps.get-date.outputs.date }}
- name: Install JDK ${{ matrix.java }}
# Uses sha for added security since tags can be updated
uses: joschi/setup-jdk@e87a7cec853d2dd7066adf837fe12bf0f3d45e52
uses: actions/setup-java@v2
with:
distribution: temurin
java-version: ${{ matrix.java }}
- name: Build with Maven
run: export LANG=en_US && mvn -B clean install
Expand Down

0 comments on commit 5de25cc

Please sign in to comment.