Files
pshell-apps/persplot/build.gradle
2025-08-22 10:41:37 +02:00

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)