Skip to content

Commit b91b8e0

Browse files
committed
POM sureplugin force locale=EN-AU
- Hopefully fixes failing surefire tests due to strange locale
1 parent f3f36d9 commit b91b8e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: mvn dependency:resolve
2525

2626
- name: Maven install
27-
run: mvn install -Dmaven.javadoc.skip=true -B -V -e > maven-install-output.txt
27+
run: mvn install -Dmaven.javadoc.skip=true -B -V -e -DargLine="-Duser.language=EN -Duser.region=AU" > maven-install-output.txt
2828

2929
- name: Print logs
3030
if: ${{ always() }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
<includes>
336336
<include>**/Test*.java</include>
337337
</includes>
338-
<argLine>-Xmx2G</argLine>
338+
<argLine>-Xmx2G -Duser.language=EN -Duser.region=AU</argLine>
339339
<parallel>classes</parallel>
340340
<threadCount>1</threadCount>
341341
<!-- remove slow SuiteHTMLReporter -->

0 commit comments

Comments
 (0)