Skip to content

Commit 733471a

Browse files
Bouncheckdkropachev
authored andcommitted
Adjust path in javadoc.sh
Valid module for 4.x is "core" and not "driver-core". Wrong path leads to script failing on `mv` step.
1 parent 1d0c918 commit 733471a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_utils/javadoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ fi
1414
mvn javadoc:javadoc -T 1C
1515
[ -d $OUTPUT_DIR ] && rm -r $OUTPUT_DIR
1616
mkdir -p "$OUTPUT_DIR"
17-
mv -f driver-core/target/site/apidocs/* $OUTPUT_DIR
17+
mv -f core/target/site/apidocs/* $OUTPUT_DIR

0 commit comments

Comments
 (0)