Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for allowMixedSubcommandsAndOptions (0.37 sec)

  1. platforms/core-runtime/launcher/src/main/java/org/gradle/tooling/internal/provider/connection/BuildLogLevelMixIn.java

            SystemPropertiesCommandLineConverter propertiesCommandLineConverter = new SystemPropertiesCommandLineConverter();
            CommandLineParser parser = new CommandLineParser().allowUnknownOptions().allowMixedSubcommandsAndOptions();
    
            converter.configure(parser);
            propertiesCommandLineConverter.configure(parser);
    
            List<String> arguments = parameters.getArguments();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:38 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/cli/converter/StartParameterConverter.java

            loggingConfigurationCommandLineConverter.configure(parser);
            parallelConfigurationCommandLineConverter.configure(parser);
            projectPropertiesCommandLineConverter.configure(parser);
            parser.allowMixedSubcommandsAndOptions();
            buildOptionsConverter.configure(parser);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 31 11:25:33 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top