Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TypedParameter (1.3 sec)

  1. platforms/core-execution/workers/src/integTest/groovy/org/gradle/workers/internal/WorkerExecutorCompositeBuildIntegrationTest.groovy

        }
    
        private void withTypedWorkerPluginInPluginBuild() {
            plugin.file("src/main/java/TypedParameter.java") << """
                import org.gradle.workers.WorkParameters;
                import org.gradle.api.file.RegularFileProperty;
    
                public interface TypedParameter extends WorkParameters {
                    RegularFileProperty getOutputFile();
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:36:27 UTC 2023
    - 6K bytes
    - Viewed (0)
Back to top