You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix file system watching incompatibility with project cache dir
Explicitly disable org.gradle.vfs.watch in buildpack gradle.properties
to prevent build failures when users have org.gradle.vfs.watch=true
in their project gradle.properties, which is incompatible with
org.gradle.projectcachedir.
expect(clean_output(app.output)).not_toinclude('Enabling file system watching via --watch-fs (or via the org.gradle.vfs.watch property) with --project-cache-dir also specified is not supported; remove either option to fix this problem')
0 commit comments