build.gradle in A: configurations { testOutput } dependencies { testOutput sourceSets.test.output } … and adding the dependency on this ...
確定! 回上一頁