Skip to content

Commit

Permalink
feat: add java
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Genov <[email protected]>
  • Loading branch information
Michaelpalacce committed Dec 5, 2024
1 parent 177c52b commit ebb39ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/re-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
- name: Install xmllint
run: sudo apt-get install libxml2-utils

- name: Setup Maven Action
uses: s4u/[email protected]
with:
java-version: 17
java-distribution: "temurin"
maven-version: 3.9.2

- name: Install necessary components
run: |
mvn clean install -f common/artifact-manager/pom.xml
Expand Down

0 comments on commit ebb39ef

Please sign in to comment.