Skip to content

Add task to delete lock files #39

@jonatan-ivanov

Description

@jonatan-ivanov

Right now if we want to delete gradle lock files, we should do something like this:

find . -type f -name '*.lockfile' -exec rm {} +

Having a dedicated task would be more convenient and also, n out-of-the-box, platform independent solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions