Skip to content

Commit

Permalink
java 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsNT committed Jan 21, 2022
1 parent 1dcbb32 commit f0e0aad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 14
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'temurin'
java-version: '14'
distribution: 'zulu'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file pom.xml spotless:check

0 comments on commit f0e0aad

Please sign in to comment.