Skip to content

Commit

Permalink
Merge pull request #79 from jetty-project/setup-maven
Browse files Browse the repository at this point in the history
Setup maven via mvnw other than that we run a randon maven version
  • Loading branch information
olamy authored Jan 30, 2024
2 parents 4d19f78 + ae38dc8 commit 747aa64
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 747aa64

Please sign in to comment.