Skip to content

Add ability to use Typesafe Project Accessors in projectScopes  #63

Description

@benmusson

It would be nice to be able to use typesafe project accessors in the projectScopes property.

Currently only path syntax is supported:

projectScopes = [
    ":gateway" : "G"
]

So in order to use project accessors, you have to do something like:

projectScopes = [
   projects.module.gateway.dependencyProject.path : "G"
]

Desired support:

projectScopes = [
    projects.module.gateway : "G"
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions