The culprit is your copyJarToBin task. when doing task copyJarToBin { copy { from 'build/libs/GradleJarProject.jar' into "d:/tmp" } } you copy the jar ...
確定! 回上一頁