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

Commit

Permalink
Rename validatePlugins to validatePluginsSkipkit to avoid task name c…
Browse files Browse the repository at this point in the history
…lash with Gradle 6.x
  • Loading branch information
vlsi committed Jul 24, 2020
1 parent 6b70994 commit b2e7ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
public class PluginValidationPlugin implements Plugin<Project> {

static final String VALIDATE_PLUGINS = "validatePlugins";
static final String VALIDATE_PLUGINS = "validatePluginsSkipkit";

@Override
public void apply(final Project project) {
Expand Down
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(), "5.6", "5.0", "4.10.3", "4.0.2"].unique()
return [currentGradleVersion(), "6.5", "5.6", "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 b2e7ba6

Please sign in to comment.