Skip to content

Commit

Permalink
Fix run configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Dec 8, 2023
1 parent e09665e commit e221333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -230,12 +230,12 @@ idea {
runConfigurations {
"Polypheny Control (headless)"(Application) {
mainClass = mainClassName
moduleName = "polypheny-control.main"
moduleName = "Polypheny-Control.main"
programParameters = 'control'
}
"Polypheny Control (tray)"(Application) {
mainClass = mainClassName
moduleName = "polypheny-control.main"
moduleName = "Polypheny-Control.main"
programParameters = 'tray'
}
}
Expand Down

0 comments on commit e221333

Please sign in to comment.