Skip to content

Sort should treat : as a separator of a block and not a regular character part of sorting #130

Description

@mr-thierry

Given this:

implementation project(":feature:foo")
implementation project(":feature:foo-v2")
implementation project(":feature:foo:shared")

Running gradle-dependencies-sorter would result in:

implementation project(":feature:foo")
implementation project(":feature:foo:shared")
implementation project(":feature:foo-v2")

IMHO this is wrong. The ":feature:foo:shared" shouldn't be mixed with between foo and foo-v2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions