Skip to content

fixing issue ocurring when trying to open a jarUrl to compute a SHA if #101

fixing issue ocurring when trying to open a jarUrl to compute a SHA if

fixing issue ocurring when trying to open a jarUrl to compute a SHA if #101

Triggered via pull request November 15, 2023 10:36
Status Failure
Total duration 50s
Artifacts
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
Check conventional commits
Pull request check
40s
Pull request check
Fit to window
Zoom out
Zoom in

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