Skip to content

Description of a Syncs API task is uninformative #228

Closed
@illarionov

Description

@illarionov

When running ./gradlew tasks in a project with the plugin applied, the Syncs API task description can look a bit cryptic:

Other tasks
-----------
androidApiDump - Syncs API from build dir to map(map(provider(?))) dir for sqlite-open-helper
apiDump - Task that collects all target specific dump tasks
jvmApiDump - Syncs API from build dir to map(map(provider(?))) dir for common-api

In this description, the map(map(provider(?))) part does not provide any meaningful information and is somewhat redundant. Given that task.description is not a lazy property in Gradle, I think the destination directory could be removed from this description.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions