Skip to content

Add ability to use Typesafe Project Accessors in projectScopes  #63

@benmusson

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"
]

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