Skip to content

Commit

Permalink
Build fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanGiles committed Jul 1, 2024
1 parent 28e5961 commit 74680e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
java-version: '21'
distribution: 'adopt'

- name: Install dependencies
run: mvn dependency:resolve

- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn clean install

0 comments on commit 74680e0

Please sign in to comment.