-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
When I run according to docs ./gradlew moduleCheckUnused the task is not found. When I grep all the tasks, I got the output like this. Do I do anything wrong?
moduleCheck - runs all enabled ModuleCheck rules
moduleCheckAuto - runs all enabled ModuleCheck rules
moduleCheckDepths - The longest path between this module and its leaf nodes
moduleCheckDepthsAuto - The longest path between this module and its leaf nodes
moduleCheckGraphs - The longest path between this module and its leaf nodes
moduleCheckGraphsAuto - The longest path between this module and its leaf nodes
moduleCheckSortDependencies - Sorts all dependencies within a dependencies { ... } block
moduleCheckSortDependenciesAuto - Sorts all dependencies within a dependencies { ... } block
moduleCheckSortPlugins - Sorts Gradle plugins which are applied using the plugins { ... } block
moduleCheckSortPluginsAuto - Sorts Gradle plugins which are applied using the plugins { ... } block
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation