We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f6118 commit 0bfa573Copy full SHA for 0bfa573
1 file changed
.github/workflows/maven.yml
@@ -59,7 +59,7 @@ jobs:
59
distribution: 'temurin'
60
java-version: ${{ matrix.java }}
61
- name: Build with Maven
62
- run: mvn clean package -T 1C -V -B -Pintegration-tests
+ run: mvn clean package -T 1C -V -B -Pintegration-tests -XX:-UseContainerSupport
63
# - name: Dependency scan
64
# run: mvn org.sonatype.ossindex.maven:ossindex-maven-plugin:LATEST:audit
65
# token required
0 commit comments