Skip to content

Commit d801f12

Browse files
committed
#9 Fix script for javadoc command
1 parent 06df710 commit d801f12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

full-lifecycle-build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
# Build with all targets
44
#
55

6+
./build.sh
67

7-
./build-quick.sh
8+
export JAVA_HOME=/usr/lib/jvm/default-java
89

910
mvn source:jar
1011
mvn source:aggregate

0 commit comments

Comments
 (0)