Skip to content

Commit

Permalink
Adds Maven setup to Github build action
Browse files Browse the repository at this point in the history
  • Loading branch information
vogella committed Oct 18, 2023
1 parent 8eaed77 commit 70e02b8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/maven.yml
Expand Up @@ -22,7 +22,11 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
cache: 'maven'
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.9.2
- name: Build with Maven
run: mvn clean verify
- uses: "marvinpinto/action-automatic-releases@latest"
Expand All @@ -34,4 +38,4 @@ jobs:
files: |
*.zip
com.vogella.tasks.product/target/products/com.vogella.tasks-*.x86_64.zip

0 comments on commit 70e02b8

Please sign in to comment.