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 916a4a3 commit a8e491f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,9 @@ jobs:
apt-get install -q -y curl gnupg2 autoconf automake libtool make tar git cmake build-essential unzip zip
curl -s "https://get.sdkman.io" | bash
run: |
source "/root/.sdkman/bin/sdkman-init.sh"
sdk install java 21-tem
run: |
chmod +x ./mvnw
./mvnw -B --show-version -ntp clean package
Expand Down

0 comments on commit a8e491f

Please sign in to comment.