Skip to content

Commit

Permalink
🐛 unable to run binary path with maven output log (#665)
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn Hurley <shawn@hurley.page>
  • Loading branch information
shawn-hurley committed Jul 22, 2024
1 parent 9523454 commit 43879b3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,6 @@ func resolveSourcesJarsForMaven(ctx context.Context, log logr.Logger, location,
return err
}

log.WithValues("output", mvnOutput).Info("got maven output")

reader := bytes.NewReader(mvnOutput)
artifacts, err := parseUnresolvedSources(reader)
if err != nil {
Expand Down

0 comments on commit 43879b3

Please sign in to comment.