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 #723 from mockito/ep
Browse files Browse the repository at this point in the history
Add Gradle 4.8 to gradle versions to test
  • Loading branch information
mockitoguy authored Jun 5, 2018
2 parents 7afbe6a + 9ef048f commit 23d257f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ trait GradleVersionsDeterminer {
case null:
return [currentGradleVersion()]
case QUICK_GRADLE_VERSIONS_VALUE:
return [currentGradleVersion(), "4.7", "4.5.1", "4.0.2"].unique()
return [currentGradleVersion(), "4.8", "4.7", "4.5.1", "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 23d257f

Please sign in to comment.