Skip to content

Commit 858c602

Browse files
authored
fix: build-javadocs.sh is no longer working (#412)
closes #411
1 parent 8cb250b commit 858c602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-javadocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mvn javadoc:javadoc -Ddoclint=none
1010

1111

1212
##### collect documentation
13-
src=target/site/apidocs
13+
src=target/reports/apidocs
1414
dest=docs/javadoc
1515

1616
for dir in `find . -type d | grep $src$`

0 commit comments

Comments
 (0)