Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-clerc authored Jan 30, 2024
1 parent 892bd65 commit 22878ec
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 @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: clean jdk 11
run: sudo apt remove -y openjdk-11-*
- name: install packages
run: sudo apt install -y openjdk-8-jdk
- name: set java 8 as default
run: sudo update-java-alternatives -s $(sudo update-java-alternatives -l | grep '1\.8' | cut -d " " -f1) || echo '.'
- uses: hb0730/[email protected]
- name: build and package
run: mvn clean package -PbuildKar --file pom.xml
Expand Down

0 comments on commit 22878ec

Please sign in to comment.