From d1d64afc4e60c893d9286abb02da3bae03467617 Mon Sep 17 00:00:00 2001 From: bmalinowsky Date: Sat, 10 Dec 2022 10:21:26 +0100 Subject: [PATCH] Remove outdated command line option --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1b51666..29af410 100644 --- a/build.gradle +++ b/build.gradle @@ -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 }