Skip to content

Commit

Permalink
wip - Mon Sep 2 11:06:40 AM EDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
sfloess committed Sep 2, 2024
1 parent 799cec0 commit a9443ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-java@v4
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
Expand All @@ -41,6 +42,9 @@ jobs:
}
]
- name: Display settings.xml
run: cat ~/.m2/settings.xml

- name: Deploy
run: "mvn -DskipTests clean install deploy"

Expand Down

0 comments on commit a9443ce

Please sign in to comment.