2013-10-24 42 views

回答

0

,似乎這樣的伎倆:

tasks.withType(Test) { 
    scanForTestClasses = false 
    include "**/*The*.class" // whatever Ant pattern matches your test class files 
} 
相關問題