Skip to content

Commit 6df6e76

Browse files
committed
export locale
1 parent 13bd7c8 commit 6df6e76

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build-doc.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
set -e
2-
# #Set up python environment
2+
# Set up python environment
33
#pyenv local 3.10.1
44
#pip install mkdocs mkdocs-material pip install mkdocs-awesome-pages-plugin
55

6+
# In some bash/zsh environments, the locale is not set correctly, which causes mkdocs to fail.
7+
export LC_ALL=en_US.UTF-8
8+
export LANG=en_US.UTF-8
9+
610
# Build Javadoc
711
mvn clean install -DskipTests # or guava-shaded can not be found
812
mvn javadoc:javadoc -pl core,query-builder,mapper-runtime

0 commit comments

Comments
 (0)