13 lines
434 B
Groovy
13 lines
434 B
Groovy
description = 'athos-screens'
|
|
ext.mainClass = hasProperty('mainClass') ? mainClass : 'ch.psi.pshell.workbench.App'
|
|
ext.title = 'AthosScreens'
|
|
ext.desc = 'AthosScreens'
|
|
ext.ex_options = 'ch.psi.pshell.screenpanel.Options|ch.psi.athos.Options'
|
|
ext.deploy_type= 'jar'
|
|
|
|
dependencies {
|
|
implementation 'ch.psi:pshell-workbench:' + version
|
|
implementation 'ch.psi:screenpanel:' + version
|
|
}
|
|
|
|
createDefaultTasks(project) |