Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for InitialPropertiesConverter (0.18 sec)

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

            commandLineParser.allowUnknownOptions();
            commandLineParser.allowMixedSubcommandsAndOptions();
    
            InitialPropertiesConverter initialPropertiesConverter = new InitialPropertiesConverter();
            BuildLayoutConverter buildLayoutConverter = new BuildLayoutConverter();
            initialPropertiesConverter.configure(commandLineParser);
            buildLayoutConverter.configure(commandLineParser);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 05:33:15 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  2. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/cli/DefaultCommandLineActionFactory.java

                BuildOptionBackedConverter<LoggingConfiguration> loggingBuildOptions = new BuildOptionBackedConverter<>(new LoggingConfigurationBuildOptions());
                InitialPropertiesConverter propertiesConverter = new InitialPropertiesConverter();
                BuildLayoutConverter buildLayoutConverter = new BuildLayoutConverter();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:38 UTC 2024
    - 16.7K bytes
    - Viewed (0)
Back to top