Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WorkerRunningPlugin (0.12 sec)

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

                    id 'java-gradle-plugin'
                }
    
                gradlePlugin {
                    plugins {
                        register("workerRunningPlugin") {
                            id = "test.worker-running-plugin"
                            implementationClass = "com.plugin.WorkerRunningPlugin"
                        }
                    }
                }
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 13:00:39 UTC 2024
    - 31K bytes
    - Viewed (0)
Back to top