Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. subprojects/core/src/integTest/groovy/org/gradle/execution/taskgraph/WithRuleBasedTasks.groovy

                }
            }
    
            class JumpTask extends DefaultTask {
                @Internal
                int height = 0
                @TaskAction
                void print() {
                    println "Jumping \$height centimeters"
                }
            }
    
            class BrokenTask extends DefaultTask {
                BrokenTask() { throw new RuntimeException() }
            }
    """
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 13 15:22:15 UTC 2019
    - 1.5K bytes
    - Viewed (0)
Back to top