8374044: Docs build fails: Cannot determine current path

Reviewed-by: dholmes
Backport-of: f88cbfb8c6b320f773f8d8c3cdf2598d117c5521
This commit is contained in:
Dan Smith 2025-12-18 23:30:04 +00:00
parent a611399a3f
commit 17b6eb45e5

View File

@ -104,7 +104,8 @@ JAVADOC_OPTIONS := -use -keywords -notimestamp \
# development cycle.
REFERENCE_OPTIONS := -XDignore.symbol.file=true -use -keywords -notimestamp \
-serialwarn -encoding utf-8 -breakiterator -splitIndex --system none \
-html5 -javafx --expand-requires transitive
-html5 -javafx --expand-requires transitive \
-XDaccessInternalAPI
# Should we add DRAFT stamps to the generated javadoc?
ifeq ($(VERSION_IS_GA), true)