Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for registerConfigurationAction (0.4 sec)

  1. platforms/core-configuration/model-groovy/src/main/java/org/gradle/model/dsl/internal/NonTransformedModelDslBacking.java

            ModelPath path = modelPath == null ? ModelPath.path(name) : modelPath.child(name);
            return new NonTransformedModelDslBacking(executingDsl, path, modelRegistry);
        }
    
        private void registerConfigurationAction(final Closure<?> action) {
            modelRegistry.configure(ModelActionRole.Mutate,
                new NoInputsModelAction<Object>(
                    ModelReference.untyped(modelPath),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 5.8K bytes
    - Viewed (0)
Back to top