Skip to content

Commit

Permalink
Update build job java JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
paytoncain committed Apr 3, 2024
1 parent 3806226 commit 52f896b
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 @@ -22,10 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: graalvm/setup-graalvm@v1
with:
java-version: '17'
distribution: 'temurin'
distribution: 'graalvm'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
Expand Down

0 comments on commit 52f896b

Please sign in to comment.