Skip to content

Commit

Permalink
Setup maven via mvnw other than that we run a randon maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy authored Jan 30, 2024
1 parent 4d19f78 commit ae38dc8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
distribution: ${{ matrix.jdk }}
java-version: ${{ matrix.java }}
cache: 'maven'


- name: Set up Maven
run: mvn --errors --batch-mode --show-version wrapper:wrapper "-Dmaven=3.9.6"

- name: Build with Maven
run: mvn install javadoc:javadoc -e -B -V
run: ./mvnw install javadoc:javadoc -e -B -V

0 comments on commit ae38dc8

Please sign in to comment.