numass-framework/numass-control/miranda/build.gradle
2016-10-13 22:49:01 +03:00

11 lines
312 B
Groovy

apply plugin: 'application'
description = "Joint measurement for vacuum, msp and temperature measurements"
dependencies{
compile project(':numass-control:cryotemp')
compile project(':numass-control:msp')
compile project(':numass-control:vac')
compile project(':numass-storage:numass-server')
}