Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for customHello (0.15 sec)

  1. platforms/extensibility/plugin-use/src/integTest/groovy/org/gradle/plugin/use/DeployedPortalIntegrationSpec.groovy

                plugins {
                    id "$HELLO_WORLD_PLUGIN_ID" version "$HELLO_WORLD_PLUGIN_VERSION" apply false
                }
    
                task customHello(type: org.gradle.plugin.HelloWorldTask)
            """
    
            then:
            succeeds("customHello")
    
            and:
            output.contains("Hello World!")
    
            and:
            fails("helloWorld")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 7.5K bytes
    - Viewed (0)
Back to top