8334391: JDK build should exclude *-files directories for Java source

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2025-05-09 10:05:23 +00:00
parent a091e2f281
commit 568dcc15cb
8 changed files with 21 additions and 22 deletions

View file

@ -32,6 +32,4 @@
DOCLINT += -Xdoclint:all/protected \
'-Xdoclint/package:java.*,javax.*'
EXCLUDES += javax/tools/snippet-files
################################################################################