Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for guavaDependency (0.14 sec)

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

            file("input.txt") << "input"
    
            file("buildSrc/src/main/groovy/SimpleCopy.groovy") << declareSimpleCopyTaskType()
    
            file("buildSrc/build.gradle") << guavaDependency("15.0")
    
            buildFile """
                task copy(type: SimpleCopy) {
                    input = file("input.txt")
                    output = file("output.txt")
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 30 07:31:26 UTC 2022
    - 6.5K bytes
    - Viewed (0)
Back to top