Skip to content

Commit 0bfa573

Browse files
committed
potential fix for the latest github runner failures
1 parent 44f6118 commit 0bfa573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
distribution: 'temurin'
6060
java-version: ${{ matrix.java }}
6161
- name: Build with Maven
62-
run: mvn clean package -T 1C -V -B -Pintegration-tests
62+
run: mvn clean package -T 1C -V -B -Pintegration-tests -XX:-UseContainerSupport
6363
# - name: Dependency scan
6464
# run: mvn org.sonatype.ossindex.maven:ossindex-maven-plugin:LATEST:audit
6565
# token required

0 commit comments

Comments
 (0)