Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for otherScript (0.08 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/internal/changedetection/state/TaskCustomTypesInputPropertyIntegrationTest.groovy

            run "someTask"
    
            then:
            skipped(":someTask")
        }
    
        def "task can take an input with custom type defined in a build script plugin"() {
            def otherScript = file("other.gradle")
            otherScript << """
    someTask.inputs.property "someValue", new CustomType("value1")
    
    ${customSerializableType()}
    """
            buildFile """
    task someTask {
        def f = file("build/e1")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 22 16:04:50 UTC 2022
    - 9.9K bytes
    - Viewed (0)
Back to top