Add these lines to build.gradle : apply plugin: 'java' test { dependsOn ... you will need to run gradle clean test for the output to print every time.
確定! 回上一頁