#1655: added maven wrapper (#1656)

Addresses Point 1 and 2
This commit is contained in:
Subhrodip Mohanta
2021-02-15 20:43:06 +05:30
committed by GitHub
parent 7c01bc7464
commit a79bed9a46
6 changed files with 613 additions and 2 deletions

View File

@ -61,4 +61,4 @@ jobs:
# SonarQube scan does not work for forked repositories.
# See https://jira.sonarsource.com/browse/MMF-1371
- name: Build with Maven
run: xvfb-run mvn clean verify
run: xvfb-run ./mvnw clean verify