diff --git a/.github/workflows/maven-verify-test.yml b/.github/workflows/maven-verify-test.yml index 44c8169..690b5d9 100644 --- a/.github/workflows/maven-verify-test.yml +++ b/.github/workflows/maven-verify-test.yml @@ -34,4 +34,4 @@ jobs: ff-goal: test verify-goal: clean install verify-fail-fast: false - maven-matrix: '[ "3.9.6", "3.2.5", "3.8.8" ]' + maven-matrix: '[ "3.6.3", "3.8.8", "3.9.6" ]' diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 6e3aa9e..9cb5560 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -186,7 +186,7 @@ jobs: - name: Set up Maven run: - mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper "-Dmaven=${{ inputs.ff-maven }}" + mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper "-Dtype=only-script" "-Dmaven=${{ inputs.ff-maven }}" - name: Build with Maven run: ./mvnw --errors --batch-mode --show-version ${{ inputs.maven-args }} ${{ inputs.ff-goal }} @@ -280,7 +280,7 @@ jobs: - name: Set up Maven if: steps.should-run.conclusion == 'success' - run: mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper "-Dmaven=${{ matrix.maven }}" + run: mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper "-Dtype=only-script" "-Dmaven=${{ matrix.maven }}" - name: Build with Maven if: steps.should-run.conclusion == 'success' diff --git a/pom.xml b/pom.xml index fe18fe3..96c9f42 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.apache.maven maven-parent - 39 + 41