Skip to content

Commit

Permalink
Minor tweak in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
szpak committed Sep 5, 2019
1 parent 6e1b0fa commit 6bfa17b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class GradleVersionFuncSpec extends BaseNexusStagingFunctionalSpec implements Fu
getClass() == ConnectException
message.contains("Connection refused")
}
println result.standardOutput
where:
[requestedGradleVersion, isInLegacyMode] << [applyJavaCompatibilityAdjustment(resolveRequestedGradleVersions()).unique(), [false, true]].combinations()
legacyModeMessage = isInLegacyMode ? "(legacy)" : ""
Expand Down

0 comments on commit 6bfa17b

Please sign in to comment.