numass-framework/numass-control/miranda/build.gradle

11 lines
312 B
Groovy
Raw Normal View History

2016-10-13 22:49:01 +03:00
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')
}