Skip to content

Commit

Permalink
chore: enable maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
vpa1977 committed Oct 6, 2024
1 parent 45b52a1 commit 03f2550
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,16 @@ jobs:
with:
channel: 5.21/candidate

- name: Build and verify project
- name: Setup rockcraft
run: |
sudo snap install rockcraft --classic
- name: Build and verify maven project
run: |
mvn install invoker:install invoker:run
- name: Build and verify gradle project
run: |
./gradlew clean build -i
- name: Publish Snapshots
Expand Down

0 comments on commit 03f2550

Please sign in to comment.