Skip to content

Commit

Permalink
Fix setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored May 17, 2021
1 parent 71b3b94 commit 03f40c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 1.8
- name: Set up JDK 1.11
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '8.0.282+8'
java-version: '11.0.10+9'
- name: Build jar
run: mvn clean install
- name: Upload jar
Expand Down

0 comments on commit 03f40c8

Please sign in to comment.