阅读(4689)
赞(29)
公共值
2017-07-01 17:18:49 更新
表22.14.Java插件-测试属性
| 任务属性 | 类型 | 默认值 |
|---|---|---|
| testClassesDir | File | sourceSets.test.output.classesDir |
| classpath | FileCollection | sourceSets.test.runtimeClasspath |
| testResultsDir | File | testResultsDir |
| testReportDir | File | testReportDir |
| testSrcDirs | List | sourceSets.test.java.srcDirs |

