From fe2d14bff09bb1ee990c154b3c328125fe1292a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 23:14:11 +0000 Subject: [PATCH 1/2] build(deps): bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0 Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0-M3 to 3.0.0. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.0.0-M3...enforcer-3.0.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8067dfc..6e80e8f 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 3.7.0 2.22.2 - 3.0.0-M3 + 3.0.0 2.8.0 0.8.7 3.8.1 From 1c227c2fc0f3ec9170c90a306cf40dcd6f8e8fea Mon Sep 17 00:00:00 2001 From: Paul Williams Date: Mon, 23 Aug 2021 23:40:46 +0530 Subject: [PATCH 2/2] ci(workflow): print for more logs with -X --- .github/workflows/build_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_workflow.yml b/.github/workflows/build_workflow.yml index 0683e6f..25efe6b 100644 --- a/.github/workflows/build_workflow.yml +++ b/.github/workflows/build_workflow.yml @@ -19,6 +19,6 @@ jobs: key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: Build with Maven - run: mvn clean install + run: mvn clean install -X - name: Upload coverage to Codecov uses: codecov/codecov-action@v1