Correlation can accept standard command line options.

This commit is contained in:
2026-01-15 10:09:34 +01:00
parent 6b4af1b28f
commit b2f8a21495

View File

@@ -10,6 +10,11 @@ dependencies {
implementation 'ch.psi:pshell-workbench:' + version
}
//Jar contains only command line options, the panel is compiled dinamically
tasks.jar {
include 'CorrelationOptions.class'
}
sourceSets {
main {
java {