任务的文档通过一个示例和所有内容对其进行了说明:
apply plugin: 'java' // adds 'test' tasktest { // ... // explicitly include or exclude tests include 'org/foo/**' exclude 'org/boo/**' // ...}
任务的文档通过一个示例和所有内容对其进行了说明:
apply plugin: 'java' // adds 'test' tasktest { // ... // explicitly include or exclude tests include 'org/foo/**' exclude 'org/boo/**' // ...}