Skip to content

Commit

Permalink
updated workflow to java 16
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperChaseTOQ committed Jul 6, 2022
1 parent 30baa35 commit a665d10
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 @@ -16,10 +16,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 16
uses: actions/setup-java@v2
with:
java-version: 8
java-version: 16
distribution: 'adopt'
- name: Build with Maven
run: mvn package --file pom.xml

0 comments on commit a665d10

Please sign in to comment.