Skip to content

Commit 2403d90

Browse files
committed
Enable configuration cache for improved build performance
1 parent 204c992 commit 2403d90

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ version=3.0.0-SNAPSHOT
33
org.gradle.daemon=true
44
org.gradle.caching=true
55
org.gradle.parallel=true
6-
org.gradle.vfs.watch=true
6+
org.gradle.vfs.watch=true
7+
org.gradle.configuration-cache=true

0 commit comments

Comments
 (0)