Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ClosureBackedMethodInvocationDispatch (0.36 sec)

  1. subprojects/core/src/main/java/org/gradle/invocation/DefaultGradle.java

            assertProjectMutatingMethodAllowed(signature);
            projectEvaluationListenerBroadcast.add(new ClosureBackedMethodInvocationDispatch(methodName, decorate(registrationPoint, closure)));
        }
    
        private void registerBuildListener(String methodName, Closure<?> closure) {
            buildListenerBroadcast.add(new ClosureBackedMethodInvocationDispatch(methodName, closure));
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 05:18:22 UTC 2024
    - 23.6K bytes
    - Viewed (0)
Back to top