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 include("block-storage")
// (this does not support nested projects) include("data-store")
File srcDir = new File(".") include("pdb-api")
FileCollection collection = files { srcDir.listFiles() } include("pdb-js")
collection.filter{ new File(it, "build.gradle").isFile() }.each{ include it.getName() } include("pdb-plotting")
include("pdb-ui")
include("pdb-utils")
include("performanceDb")