You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Davyd Kohut (JIRA)" <ji...@apache.org> on 2019/08/15 14:47:00 UTC

[jira] [Created] (GROOVY-9228) CLI options for static compilation

Davyd Kohut created GROOVY-9228:
-----------------------------------

             Summary: CLI options for static compilation
                 Key: GROOVY-9228
                 URL: https://issues.apache.org/jira/browse/GROOVY-9228
             Project: Groovy
          Issue Type: Improvement
          Components: command line processing
            Reporter: Davyd Kohut


Every time we want to compile a script with CompileStatic or TypeChecked, we have to write a configuration script. It takes time and sometimes annoys.

So, I suggest adding the following additional options to cli:
{code:java}
--compile-static, -cs{code}
{code:java}
--type-checked, -tc{code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)