Files

13 lines
448 B
Groovy

description = 'streamrecorder'
ext.mainClass = hasProperty('mainClass') ? mainClass : 'ch.psi.pshell.workbench.App'
ext.title = 'StreamRecorder'
ext.desc = 'StreamRecorder'
ext.ex_options = 'ch.psi.pshell.screenpanel.Options|ch.psi.streamrecorder.Options'
ext.deploy_type= 'jar'
dependencies {
implementation 'ch.psi:pshell-workbench:' + version
implementation 'ch.psi:screenpanel:' + version
}
createDefaultTasks(project)