Files
perfdb/settings.gradle
Andreas Huber 77b99801e4 add projects directly instead of scanning for them
IntelliJ Idea cannot import projects unless they are listed in the
settings.gradle
2024-05-05 10:27:49 +02:00

9 lines
172 B
Groovy

include("block-storage")
include("data-store")
include("pdb-api")
include("pdb-js")
include("pdb-plotting")
include("pdb-ui")
include("pdb-utils")
include("performanceDb")