dashboard #1

Merged
andi merged 118 commits from dashboard into master 2024-09-29 06:47:35 +00:00
Showing only changes of commit 77b99801e4 - Show all commits

View File

@@ -1,7 +1,8 @@
// 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("block-storage")
include("data-store")
include("pdb-api")
include("pdb-js")
include("pdb-plotting")
include("pdb-ui")
include("pdb-utils")
include("performanceDb")