我有以下多项目结构:
设置.gradle
rootProject.name = 'toolbox-backend'
include 'toolbox-components-rest'
include 'toolbox-components-executor'
include 'toolbox-components-toolsyncer'
我想在我的根build.gradle中创建一个任务,它将调用clean、build、install(应用程序),最后调用toolbox-components-rest子模块的run任务。