Skip to content

Commit

Permalink
Updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Carpenter committed Aug 17, 2024
1 parent a420895 commit 1c0bcc1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,13 @@ jobs:
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.6

- name: List m2 dir
run: ls -l /home/runner/.m2/


- name: Display Maven Version
run: mvn -v

- name: Build with Maven
run: mvn -B clean install -Dno-format
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 comments on commit 1c0bcc1

Please sign in to comment.