Skip to content

Commit

Permalink
Exclude man page symlink in distribution
Browse files Browse the repository at this point in the history
This is a short-term solution to unblock the build process for the 1.3
release. A tool used in that process (cpio) is failing on a symlink in
the JDK man pages, so this is a hack to just remove that symlink. See
issue #2517 for more details.

Signed-off-by: Andrew Ross <[email protected]>
  • Loading branch information
andrross committed Mar 25, 2022
1 parent 01c99f7 commit 7c8f669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distribution/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ configure(subprojects.findAll { ['archives', 'packages'].contains(it.name) }) {
}
from project.jdks."bundled_${platform}_${architecture}"
exclude "demo/**"
exclude "man/ja/**"
/*
* The Contents/MacOS directory interferes with notarization, and is unused by our distribution, so we exclude
* it from the build.
Expand Down

0 comments on commit 7c8f669

Please sign in to comment.