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 b1a600e commit 3019e31Copy full SHA for 3019e31
.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 -Dmaven.javadoc.skip=true -B -V -e -Duser.language=EN -Duser.region=AU > maven-install-output.txt
28
29
- name: Print logs
30
if: ${{ always() }}
0 commit comments