This is an automated email from the ASF dual-hosted git repository.

alexoree pushed a commit to branch build/anyController-is-null
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit 0bfa573d97430198b565658de41b306f29ded7da
Author: Alex O'Ree <[email protected]>
AuthorDate: Sat Mar 7 14:01:35 2026 -0500

    potential fix for the latest github runner failures
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 884e9e3f5..edbee1b55 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -59,7 +59,7 @@ jobs:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn clean package -T 1C -V -B -Pintegration-tests
+      run: mvn clean package -T 1C -V -B -Pintegration-tests 
-XX:-UseContainerSupport
 #    - name: Dependency scan
 #      run: mvn org.sonatype.ossindex.maven:ossindex-maven-plugin:LATEST:audit
 # token required

Reply via email to