Skip to content

Commit

Permalink
Update maven.yml (#96)
Browse files Browse the repository at this point in the history
Try to use maven 3.9.2 instead of default one...
  • Loading branch information
opcoach committed Aug 2, 2023
1 parent fddf69a commit fa5f994
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Expand Up @@ -22,5 +22,11 @@ jobs:
java-version: '17'
distribution: 'adopt'
cache: maven
- name: Setup Maven Action
uses: s4u/setup-maven-action@v1.8.0
with:
java-version: 17
maven-version: 3.9.2

- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit fa5f994

Please sign in to comment.