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 1d0c918 commit 733471aCopy full SHA for 733471a
docs/_utils/javadoc.sh
@@ -14,4 +14,4 @@ fi
14
mvn javadoc:javadoc -T 1C
15
[ -d $OUTPUT_DIR ] && rm -r $OUTPUT_DIR
16
mkdir -p "$OUTPUT_DIR"
17
-mv -f driver-core/target/site/apidocs/* $OUTPUT_DIR
+mv -f core/target/site/apidocs/* $OUTPUT_DIR
0 commit comments