Open blackandred opened 3 years ago
:some-task :some-task2
should be for example translated to :dir1:dir2:dir3:some-task :dir1:dir2:dir3:some-task2
- assuming :dir1:dir2:dir3
is the project name due to directories inheritance.
Workdir should point to dir1/dir2/dir3
Awaiting review.
A project is at root level, in subdirectories there could be subprojects that have their own tasks. There should be a possibility to import subprojects from subdirectories into a project.
Implementation details:
:subproject1
so a task could be:subproject1:task1
workdir
set, to point to subproject directory:tasks
task should include subprojects tasks:subproject1:docs:make
The functionality should work like in Gradle project.
Why, use cases: