Correlation can accept standard command line options.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user