Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withImplementation (0.23 sec)

  1. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/internal/tasks/testing/detection/ForkedTestClasspathFactory.java

        ) {
            if (!testFramework.getUseDistributionDependencies()) {
                return new ForkedTestClasspath(
                    ImmutableList.copyOf(classpath), ImmutableList.copyOf(modulepath),
                    withImplementation(ImmutableList.of()), ImmutableList.of()
                );
            }
    
            AdditionalClasspath unfiltered = new AdditionalClasspath(
                testFramework.getWorkerApplicationClasspathModules(),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top