We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bff163 commit cf10dd3Copy full SHA for cf10dd3
.github/workflows/build.yml
@@ -72,6 +72,7 @@ jobs:
72
BUILD_NUMBER: ${{ needs.build.outputs.build-number }}
73
MAVEN_OPTS: "-Xmx3g"
74
SONAR_JAVA_VERSION: ${{ steps.resolve-sonar-java-plugin-version.outputs.version }}
75
+ JAVA_TOOL_OPTIONS: -XX:-UseContainerSupport
76
run: |
77
cd its/ruling
78
mvn package --batch-mode \
0 commit comments