Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withInjectedClassPath (0.2 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/AbstractLongRunningOperation.java

         *
         * @param classpath Classpath URIs
         * @return this
         * @since 2.8
         */
        public T withInjectedClassPath(ClassPath classpath) {
            operationParamsBuilder.setInjectedPluginClasspath(classpath);
            return getThis();
        }
    
        public void copyFrom(ConsumerOperationParameters operationParameters) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  2. platforms/extensibility/test-kit/src/main/java/org/gradle/testkit/runner/internal/ToolingApiGradleExecutor.java

                    } else {
                        checkDeprecationWarning(targetGradleVersion);
                    }
                    launcher.withInjectedClassPath(parameters.getInjectedClassPath());
                }
    
                launcher.run();
            } catch (UnsupportedVersionException e) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 14:27:21 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top