You can do that by 2 ways: explicitly exclude the jar task from execution: gradle build -x jar disable the jar task in build.gradle: apply plugin: 'java' ...
確定! 回上一頁