Skip to content

Commit

Permalink
RAT-342: Enable maven wrapper on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Jan 8, 2024
1 parent 518259d commit 21f0004
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ jobs:
cache: 'maven'

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

- name: Build site
run: mvn -e -B -V -ntp site:site
run: ./mvnw -e -B -V -ntp site:site

- name: Generate javadoc
run: mvn -e -B -V -ntp javadoc:javadoc
run: ./mvnw -e -B -V -ntp javadoc:javadoc

# as of 20220505: Invalid workflow file
# The workflow is not valid. .github/workflows/maven.yml (Line: 55, Col: 1): Unexpected value 'notifications'
Expand Down

0 comments on commit 21f0004

Please sign in to comment.