Skip to content

Commit

Permalink
Fix JDK 21 for ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperxpro committed Nov 2, 2023
1 parent 7ff2ca7 commit ea19d0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ jobs:
run: |
curl -s "https://get.sdkman.io?rcupdate=false" | bash
source "/root/.sdkman/bin/sdkman-init.sh"
sdk install java 21-tem
chmod +x ./mvnw
./mvnw -B --show-version -ntp clean package
Expand Down

0 comments on commit ea19d0c

Please sign in to comment.