comparison build.gradle @ 153:93f2e5736e62

update build.gradle clean out
author akahori
date Tue, 08 Jan 2019 19:14:03 +0900
parents d92f0bbad1eb
children 7f4d8d228a9b
comparison
equal deleted inserted replaced
152:57f4ef5e3d08 153:93f2e5736e62
60 60
61 } 61 }
62 from configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } 62 from configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
63 with jar 63 with jar
64 } 64 }
65
66 clean.doFirst {
67 delete "out"
68 }