Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for copyingPipeline (0.17 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/classpath/DefaultCachedClasspathTransformer.java

            switch (transform) {
                case None:
                    return copyingPipeline();
                case BuildLogic:
                    if (!agentStatus.isAgentInstrumentationEnabled()) {
                        return instrumentingPipeline(classpathElementTransformFactoryForLegacy);
                    }
                    return agentInstrumentingPipeline(copyingPipeline(), instrumentingPipeline(classpathElementTransformFactoryForAgent));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top