There is no direct equivalent to mvn exec:java in gradle, you need to either apply the application plugin or have a JavaExec task.
確定! 回上一頁