X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/627a587952391414c66403e45aa46261f16f0f4f..09730b474b11df36d68081ce2937dbf38224c0da:/build.gradle.kts?ds=sidebyside diff --git a/build.gradle.kts b/build.gradle.kts index 0ef51bda..51b2ef75 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -64,12 +64,3 @@ tasks.withType { ) } } - -tasks.withType { - val appArgs: String? by project - if (appArgs != null) { - // allow passing command-line arguments to the main application e.g.: - // $ gradle run -PappArgs="['-u', '+...', 'daemon', '--json']" - args = groovy.util.Eval.me(appArgs) as MutableList - } -}