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 13bd7c8 commit 6df6e76Copy full SHA for 6df6e76
build-doc.sh
@@ -1,8 +1,12 @@
1
set -e
2
-# #Set up python environment
+# Set up python environment
3
#pyenv local 3.10.1
4
#pip install mkdocs mkdocs-material pip install mkdocs-awesome-pages-plugin
5
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
+
10
# Build Javadoc
11
mvn clean install -DskipTests # or guava-shaded can not be found
12
mvn javadoc:javadoc -pl core,query-builder,mapper-runtime
0 commit comments