Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for sourcesJar (0.12 sec)

  1. platforms/core-execution/file-watching/src/integTest/groovy/org/gradle/internal/watch/ChangesByGradleFileWatchingIntegrationTest.groovy

                    inputDirectory = sourceTask.outputDir
                    outputFile = file("build/consumer.txt")
                }
            """
    
            def sourcesDir = file("sources")
            def sourceFile = sourcesDir.file("source.txt").createFile()
            def outputFile = file("build/output/output.txt")
    
            when:
            withWatchFs().run ":consumer"
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:50:33 UTC 2024
    - 8.4K bytes
    - Viewed (0)
Back to top