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 3c9694c commit a420895
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
with:
distribution: temurin
java-version: 21
maven-version: 3.9.6
cache: 'maven'
server-id: ossrh
server-username: MAVEN_USERNAME
Expand All @@ -75,6 +74,9 @@ jobs:
with:
maven-version: 3.9.6

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

- name: Display Maven Version
run: mvn -v

Expand Down

0 comments on commit a420895

Please sign in to comment.