11 lines
299 B
Groovy
11 lines
299 B
Groovy
description = 'persplot'
|
|
ext.plugin = 'PersistencePlot'
|
|
ext.mainClass = hasProperty('mainClass') ? mainClass : 'ch.psi.pshell.workbench.App'
|
|
ext.title = 'PersPlot'
|
|
ext.desc = 'PersPlot'
|
|
|
|
dependencies {
|
|
implementation 'ch.psi:pshell-workbench:' + version
|
|
}
|
|
|
|
createDefaultTasks(project) |