Skip to content

Commit 6363a57

Browse files
committed
set -e and mvn install
1 parent c60303b commit 6363a57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-doc.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
set -e
12
# #Set up python environment
23
#pyenv local 3.10.1
34
#pip install mkdocs mkdocs-material pip install mkdocs-awesome-pages-plugin
45

56
# Build Javadoc
6-
# Potentially need to `mvn clean install -DskipTests` first
7+
mvn clean install -DskipTests # or guava-shaded can not be found
78
mvn javadoc:javadoc -pl core,query-builder,mapper-runtime
89
mvn javadoc:aggregate
910

0 commit comments

Comments
 (0)