update gradle to 4.7

This commit is contained in:
2018-05-19 19:50:19 +02:00
parent fa0c7136a4
commit a5b58cb1b5
4 changed files with 4 additions and 10 deletions

View File

@@ -1,7 +1 @@
// include all projects with a build.gradle
// (this does not support nested projects)
File srcDir = new File(".")
FileCollection collection = files { srcDir.listFiles() }
collection.filter{ new File(it, "build.gradle").isFile() }.each{ include it.getName() }
include "primitiveCollections"