projects
Add all classes in specified project. Only the project path is used (starts with a colon).
It is acceptable to use *
and ?
wildcards, *
means any number of arbitrary characters (including no chars), ?
means one arbitrary character.
Example:
projects.add(":my:lib*")
Content copied to clipboard