Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi committed Jan 28, 2025
1 parent 6a8a03b commit fc239bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func TestSetupGradleCommand(t *testing.T) {
"clean",
"build",
"--info",
"--refresh-dependencies").Output()
"--refresh-dependencies").CombinedOutput()
assert.NoError(t, err, fmt.Sprintf("%s\n%q", string(output), err))

_, res, err := client.GetRemoteFileDetails(moduleCacheUrl, artHttpDetails)
Expand Down

0 comments on commit fc239bc

Please sign in to comment.