Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for loggingTask (0.11 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/TaskDefinitionIntegrationTest.groovy

            given:
            buildFile << """
                class LoggingTask extends DefaultTask {
                    LoggingTask() {
                        println("name = " + name)
                        println("path = " + path)
                        println("toString() = " + this)
                    }
                }
    
                task one(type: LoggingTask)
            """
    
            when:
            run("one")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 14:43:53 UTC 2024
    - 21.6K bytes
    - Viewed (0)
Back to top