2
有subprojects
和allprojects
屬性,但我怎麼才能從字面上列出已知的項目子集?我嘗試以下方法:Gradle。如何爲子項目列表指定共享配置?
[project(':child1'), project(':child2')] {
...
}
這是由println allprojects
輸出啓發:
[project ':stripper', project ':webui', project ':wikidigest']
,但它不工作。日誌輸出:
* What went wrong:
A problem occurred evaluating root project 'projects'.
> No signature of method: java.util.ArrayList.call() is applicable for argument types: (build_1ngb77rivv12hrhe33snq4jat0$_run_closure4) values: [[email protected]]
Possible solutions: tail(), wait(), last(), any(), max(), wait(long)