Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pluginTool (0.1 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/internal/plugins/ApplyPluginBuildOperationIntegrationTest.groovy

                    }
                }
                apply plugin: PluginB
            """
            buildFile """
                class PluginRoot implements Plugin {
                    void apply(project) {
    
                    }
                }
    
                apply plugin: PluginRoot
            """
            succeeds("help")
    
            then:
            def ops = operations.all(ApplyPluginBuildOperationType) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:36 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top