Skip to content

Commit

Permalink
use temurin java for build
Browse files Browse the repository at this point in the history
  • Loading branch information
ketola committed Mar 2, 2023
1 parent c4e0a98 commit f4a295d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit f4a295d

Please sign in to comment.