12 lines
298 B
Groovy
12 lines
298 B
Groovy
description = 'psss-panel'
|
|
ext.mainClass = hasProperty('mainClass') ? mainClass : 'ch.psi.pshell.workbench.App'
|
|
ext.title = 'PSSS Panel'
|
|
ext.desc = 'PSSS panel'
|
|
ext.deploy_type= 'pkg'
|
|
|
|
dependencies {
|
|
implementation 'ch.psi:pshell-workbench:' + version
|
|
}
|
|
|
|
createDefaultTasks(project)
|