fixing issue ocurring when trying to open a jarUrl to compute a SHA if #101
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
pr-check.yaml
on: pull_request
Check conventional commits
12s
Pull request check
40s
Annotations
1 error
Check conventional commits
You have commit messages with errors
⧗ input: fix: jarUrl opening fails when not targeting an embedded archive
When trying to open a jarUrl to compute a SHA if the target archive is the jar itself and not an embedded archive then openStream will fail.
So in that case we need to open a stream to a file URL and not a jarUrl.
Signed-off-by: Emmanuel Hugonnet <[email protected]>
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|