Skip to content

Commit

Permalink
Remove QuickCheck task
Browse files Browse the repository at this point in the history
The intention was to introduce a quick check task for local verification.
But it seems not used for a long time. Let's remove it.
  • Loading branch information
blindpirate committed Jun 5, 2023
1 parent 0c0377c commit dc2ba05
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 182 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ val unsupportedTasksPredicate: (Task) -> Boolean = { task: Task ->
task.name in listOf(
"updateInitPluginTemplateVersionFile",
"resolveAllDependencies",
"quickCheck",
) -> true
task.name.endsWith("Wrapper") -> true
task.name in listOf("docs", "stageDocs", "serveDocs") -> true
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ plugins {

id("gradlebuild.update-versions") // Local development: Convenience tasks to update versions in this build: 'released-versions.json', 'agp-versions.properties', ...
id("gradlebuild.wrapper") // Local development: Convenience tasks to update the wrapper (like 'nightlyWrapper')
id("gradlebuild.quick-check") // Local development: Convenience task `quickCheck` for running checkstyle/codenarc only on changed files before commit
}

description = "Adaptable, fast automation for all"

0 comments on commit dc2ba05

Please sign in to comment.