I am trying to execute a command with gradle with the below task:task stopServer(dependsOn: war, type: Exec) << {commandLine 'pkill -9 tomcat'} ...
確定! 回上一頁