pluto8172

Results 1 comments of pluto8172

把这段代码复制到LifeCycleTransfrom.groovy的transfrom中就可以了 transformInput.jarInputs.each { JarInput jarInput ->                 File file = jarInput.file                 System.out.println("find jar input: " + file.name)                 def dest = outputProvider.getContentLocation(jarInput.name,                          jarInput.contentTypes,                         jarInput.scopes, Format.JAR)                 FileUtils.copyFile(file, dest)             }