Skip to content

Commit 17b6eb4

Browse files
author
Dan Smith
committed
8374044: Docs build fails: Cannot determine current path
Reviewed-by: dholmes Backport-of: f88cbfb
1 parent a611399 commit 17b6eb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make/Docs.gmk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ JAVADOC_OPTIONS := -use -keywords -notimestamp \
104104
# development cycle.
105105
REFERENCE_OPTIONS := -XDignore.symbol.file=true -use -keywords -notimestamp \
106106
-serialwarn -encoding utf-8 -breakiterator -splitIndex --system none \
107-
-html5 -javafx --expand-requires transitive
107+
-html5 -javafx --expand-requires transitive \
108+
-XDaccessInternalAPI
108109

109110
# Should we add DRAFT stamps to the generated javadoc?
110111
ifeq ($(VERSION_IS_GA), true)

0 commit comments

Comments
 (0)