Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setWatchFileSystemMode (0.2 sec)

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

            buildFile << """
                apply plugin: "java"
            """
    
            def initScript = file("init.gradle") << """
                gradle.startParameter.setWatchFileSystemMode(${WatchMode.name}.${watchMode.name()})
            """
    
            when:
            run("assemble", "--info", "--init-script", initScript.absolutePath)
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:50:33 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top