Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getScriptCompilationHandler (0.44 sec)

  1. platforms/extensibility/plugin-development/src/main/java/org/gradle/plugin/devel/internal/precompiled/ExtractPluginRequestsTask.java

        @Inject
        abstract protected ClassLoaderScopeRegistry getClassLoaderScopeRegistry();
    
        @Inject
        abstract protected ScriptCompilationHandler getScriptCompilationHandler();
    
        @Inject
        abstract protected CompileOperationFactory getCompileOperationFactory();
    
        @InputFiles
        @SkipWhenEmpty
        @IgnoreEmptyDirectories
        @PathSensitive(PathSensitivity.RELATIVE)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  2. platforms/extensibility/plugin-development/src/main/java/org/gradle/plugin/devel/internal/precompiled/CompileGroovyScriptPluginsTask.java

        @Inject
        abstract protected ClassLoaderScopeRegistry getClassLoaderScopeRegistry();
    
        @Inject
        abstract protected ScriptCompilationHandler getScriptCompilationHandler();
    
        @Inject
        abstract protected CompileOperationFactory getCompileOperationFactory();
    
        @InputFiles
        @SkipWhenEmpty
        @IgnoreEmptyDirectories
        @PathSensitive(PathSensitivity.RELATIVE)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  3. platforms/extensibility/plugin-development/src/main/java/org/gradle/plugin/devel/internal/precompiled/GeneratePluginAdaptersTask.java

        @Inject
        abstract protected ClassLoaderScopeRegistry getClassLoaderScopeRegistry();
    
        @Inject
        abstract protected ScriptCompilationHandler getScriptCompilationHandler();
    
        @Inject
        abstract protected CompileOperationFactory getCompileOperationFactory();
    
        @InputFiles
        @SkipWhenEmpty
        @IgnoreEmptyDirectories
        @PathSensitive(PathSensitivity.RELATIVE)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 22:50:50 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top