Gradle build scan File system watching captured data

Hi,

According to https://docs.gradle.com/enterprise/gradle-plugin/#captured_information the “File system watching” data is captured by gradle. What is exactly captured? I need to understand which precise information is sent to gradle in order to understand if i can use this tool according to the companies policy

Thanks

Hi

In a build scan for Gradle it is captured whether Gradle’s file system watching functionality is enabled or not. The value we capture is either ‘true’, ‘false’, or ‘n/a’.

Regards, Etienne