Skip to content

Commit

Permalink
Updated maven workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBusyBiscuit committed Jul 4, 2021
1 parent 5f5e8b9 commit f795ff7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK 1.8
uses: actions/setup-java@v1.4.3
uses: actions/setup-java@v2.1.0
with:
java-version: 1.8
distribution: 'adopt'
java-version: '8'
- name: Build with Maven
run: mvn package --file pom.xml

0 comments on commit f795ff7

Please sign in to comment.