Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #834 from mockito/gradle_5_5_1
Browse files Browse the repository at this point in the history
Add Gradle 5.5.1 to gradle versions to test
  • Loading branch information
epeee committed Jul 25, 2019
2 parents 7a85921 + ca0a338 commit 3e1613f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ trait GradleVersionsDeterminer {
case null:
return [currentGradleVersion()]
case QUICK_GRADLE_VERSIONS_VALUE:
return [currentGradleVersion(), "5.4.1", "5.0", "4.10.3", "4.0.2"].unique()
return [currentGradleVersion(), "5.5.1", "5.0", "4.10.3", "4.0.2"].unique()
default:
log.warn("Unsupported $REGRESSION_TESTS_ENV_NAME value '$regressionTestsLevel' (expected '$CURRENT_GRADLE_VERSION_ONLY_VALUE' or " +
"'$QUICK_GRADLE_VERSIONS_VALUE'). Assuming '$CURRENT_GRADLE_VERSION_ONLY_VALUE'.")
Expand Down

0 comments on commit 3e1613f

Please sign in to comment.