Skip to content

Commit

Permalink
Add actions for maven builds
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Sep 19, 2023
1 parent e645b34 commit 5b64485
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions actions/java-maven-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ runs:
distribution: ${{ inputs.java-distribution }}
java-version: ${{ inputs.java-version }}

- name: Set up Maven
uses: thermofisher/[email protected]
with:
maven-version: 3.6.3

- name: Compile
run: mvn clean ${{ inputs.command }}
shell: bash
Expand Down

0 comments on commit 5b64485

Please sign in to comment.