Skip to content

Commit

Permalink
Remove outdated command line option
Browse files Browse the repository at this point in the history
  • Loading branch information
bmalinowsky committed Dec 13, 2022
1 parent 2e7283b commit d1d64af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ javadoc.options.encoding = 'UTF-8'
mainClassName = System.getProperty("mainClass") ?: 'tuwien.auto.calimero.tools.Main'

run {
// for passing program arguments, use -Dexec.args="..."
args System.getProperty("exec.args", "").split()
standardInput = System.in
}

Expand Down

0 comments on commit d1d64af

Please sign in to comment.