Skip to content

Commit

Permalink
Merge pull request #121 from nicoulaj/ci-setup-java
Browse files Browse the repository at this point in the history
CI: move to setup-java action
  • Loading branch information
nicoulaj committed Jul 5, 2021
2 parents 7a490c9 + 7d3393b commit 3ec3e78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -41,8 +41,9 @@ jobs:
${{ runner.os }}-maven-repo-
- name: Setup JDK
uses: joschi/setup-jdk@v2
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}

- name: Setup Maven
Expand Down

0 comments on commit 3ec3e78

Please sign in to comment.