Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
#17 upgraded github maven build to jdk 16 temurin
  • Loading branch information
tfr42 authored Feb 22, 2022
1 parent 810f6fd commit c775574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 16
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
java-version: '16'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B verify --file pom.xml

0 comments on commit c775574

Please sign in to comment.