This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch GITHUB_ACTIONS in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit e959b5efa9618e51527d1eee0c62718bd00acd7c Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Mon Aug 12 22:43:41 2019 +0200 Fixed tab/space issue. --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c57ddcf..943692e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - name: Build run: | set -e - mvn -V --no-transfer-progress -B clean verify -Prun-its + mvn -V --no-transfer-progress -B clean verify -Prun-its shell: bash env: @@ -39,7 +39,7 @@ jobs: - name: Build run: | set -e - mvn -V --no-transfer-progress -B clean verify -Prun-its + mvn -V --no-transfer-progress -B clean verify -Prun-its shell: bash env: @@ -57,7 +57,7 @@ jobs: - name: Test run: | set -e - mvn -V --no-transfer-progress -B clean verify -Prun-its + mvn -V --no-transfer-progress -B clean verify -Prun-its shell: bash env: @@ -78,7 +78,7 @@ jobs: run: | set -e export JAVA_HOME="C:\Program Files\OpenJDK\jdk-12.0.2" - mvn -V --no-transfer-progress -B clean verify -Prun-its + mvn -V --no-transfer-progress -B clean verify -Prun-its shell: bash env:
