Task sourceJar = project.getTasks().create("sourceJar", Jar.class, jar -> { jar.from(java.getSourceSets().getByName("main").getAllSource());
確定! 回上一頁