Create a jar file with Gradle. /** * Jar task type, does not support kotlin files * */ task _makeJar(type: Jar) { //The task depends on the assemble task.
確定! 回上一頁