Let's say you want to debug your tests: build.gradle. test { if (System.getProperty('DEBUG', 'false') == 'true') { jvmArgs '-Xdebug', ...
確定! 回上一頁