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 f3f36d9 commit 4e69e08Copy full SHA for 4e69e08
.github/workflows/build.yaml
@@ -24,7 +24,7 @@ jobs:
24
run: mvn dependency:resolve
25
26
- name: Maven install
27
- run: mvn install -Dmaven.javadoc.skip=true -B -V -e > maven-install-output.txt
+ run: mvn install -DargLine="-Duser.language=EN -Duser.region=AU" -Dmaven.javadoc.skip=true -B -V -e > maven-install-output.txt
28
29
- name: Print logs
30
if: ${{ always() }}
pom.xml
@@ -335,7 +335,7 @@
335
<includes>
336
<include>**/Test*.java</include>
337
</includes>
338
- <argLine>-Xmx2G</argLine>
+ <argLine>-Xmx2G -Duser.language=EN -Duser.region=AU</argLine>
339
<parallel>classes</parallel>
340
<threadCount>1</threadCount>
341
<!-- remove slow SuiteHTMLReporter -->
0 commit comments