We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be603b3 commit 8885055Copy full SHA for 8885055
gradle.properties
@@ -7,4 +7,10 @@ org.gradle.parallel=true
7
# Gradle Versions Plugin `dependencyUpdates` task fails with:
8
#org.gradle.unsafe.isolated-projects=true
9
10
+# Explicitly enable filesystem watching so Gradle doesn't go through its
11
+# default of trying to evaluate whether it can be enabled automatically, which
12
+# can be slow on Windows machines with mapped network drives:
13
+# https://github.com/gradle/gradle/issues/17955.
14
+org.gradle.vfs.watch=true
15
+
16
dependency.analysis.print.build.health=true
0 commit comments