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 b05b3eb commit 6a8a03b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ func TestSetupGradleCommand(t *testing.T) {
output, err := exec.Command("gradle",
"clean",
"build",
"--info",
"--refresh-dependencies").Output()
assert.NoError(t, err, fmt.Sprintf("%s\n%q", string(output), err))

Expand Down

0 comments on commit 6a8a03b

Please sign in to comment.