gradle - copy file after its generation. The culprit is your copyJarToBin task. when doing task copyJarToBin { copy { from 'build/libs/GradleJarProject.jar' ...
確定! 回上一頁