diff --git a/src/funcTest/groovy/io/codearte/gradle/nexus/functional/GradleVersionFuncSpec.groovy b/src/funcTest/groovy/io/codearte/gradle/nexus/functional/GradleVersionFuncSpec.groovy index 3254518..a4ee30b 100644 --- a/src/funcTest/groovy/io/codearte/gradle/nexus/functional/GradleVersionFuncSpec.groovy +++ b/src/funcTest/groovy/io/codearte/gradle/nexus/functional/GradleVersionFuncSpec.groovy @@ -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)" : ""