Files
pshell-apps/persplot/build.gradle
2025-08-15 17:01:15 +02:00

10 lines
268 B
Groovy

description = 'persplot'
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)