From f88cbfb8c6b320f773f8d8c3cdf2598d117c5521 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Thu, 18 Dec 2025 21:40:06 +0000 Subject: [PATCH] 8374044: Docs build fails: Cannot determine current path Reviewed-by: dholmes --- make/Docs.gmk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/Docs.gmk b/make/Docs.gmk index e94ccc26653..a8d40e078e2 100644 --- a/make/Docs.gmk +++ b/make/Docs.gmk @@ -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)