Skip to content

Commit 8885055

Browse files
committed
Explicitly enabled Gradle filesystem watching to work around gradle/gradle#17955.
1 parent be603b3 commit 8885055

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gradle.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@ org.gradle.parallel=true
77
# Gradle Versions Plugin `dependencyUpdates` task fails with:
88
#org.gradle.unsafe.isolated-projects=true
99

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+
1016
dependency.analysis.print.build.health=true

0 commit comments

Comments
 (0)