Skip to content

Commit

Permalink
force recent Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
yanntm committed Dec 12, 2023
1 parent ab84d77 commit c52dc8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Setup Maven
uses: stCarolas/setup-maven@v.4.5
with:
maven-version: 3.9.6
- name: Build with Maven
run: mvn -e generate-sources install
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit c52dc8c

Please sign in to comment.