Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for custom_gradle_types (1.19 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/Jsr330ConstructorSelector.java

        static final String CUSTOM_GRADLE_TASK_DOC_LINK = "Rewrite the class with a constructor injection. " + new DocumentationRegistry().getDocumentationRecommendationFor("information on developing custom gradle task types", "custom_gradle_types", "service_injection");
    
        private final CrossBuildInMemoryCache<Class<?>, CachedConstructor> constructorCache;
        private final ClassGenerator classGenerator;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 07:52:37 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top