diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index edd4cc4e2..63bdd0a83 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -39,8 +39,8 @@ jobs: cache: 'maven' - name: Build with Maven Java ${{ matrix.java }} - ${{ matrix.os }} run: | - mvn -v - mvn clean install -U -B -fae '-Pwildfly' '-T1' '-Pintegration-tests' + ./mvnw -v + ./mvnw clean install -U -B -fae '-Pwildfly' '-T1' '-Pintegration-tests' - uses: actions/upload-artifact@v4 if: failure() with: @@ -72,8 +72,8 @@ jobs: cache: 'maven' - name: Build with Maven Java ${{ matrix.java }} - ${{ matrix.os }} run: | - mvn -v - mvn clean install -U -B -fae '-Ppayara' '-T1' '-Pintegration-tests' + ./mvnw -v + ./mvnw clean install -U -B -fae '-Ppayara' '-T1' '-Pintegration-tests' - uses: actions/upload-artifact@v4 if: failure() with: diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index ffdc10e59..e09662410 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1,2 +1,2 @@ -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.1/apache-maven-3.8.1-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar