Skip to content

Commit 3019e31

Browse files
committed
Github-actions: set locale=EN-AU
1 parent b1a600e commit 3019e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 -Duser.language=EN -Duser.region=AU > maven-install-output.txt
2828

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

0 commit comments

Comments
 (0)