Skip to content

Commit

Permalink
new try with Maven wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
vogella committed Oct 4, 2023
1 parent 8656d3e commit 8dfea9f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 49 deletions.
39 changes: 0 additions & 39 deletions .github/workflow/maven.yml

This file was deleted.

24 changes: 14 additions & 10 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build with Maven
run: mvn clean verify

- name: 'Check out repository'
uses: actions/checkout@v3

- name: 'Set up Java'
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
cache: 'maven'

- name: Build Maven artifacts
run: ./mvnw clean verify



0 comments on commit 8dfea9f

Please sign in to comment.