Skip to content

Commit

Permalink
install new maven in git action
Browse files Browse the repository at this point in the history
  • Loading branch information
tomnelson committed Mar 16, 2024
1 parent 812618f commit 810e820
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Install latest maven
run: |
sudo apt-get update
sudo apt-get install maven
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package
publish:
Expand Down

0 comments on commit 810e820

Please sign in to comment.