Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed0da19

Browse files
authored
Enable Gradle caching, file watch and parallel build (Netflix#1433)
1 parent 7bd463f commit ed0da19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
release.scope=patch
1+
release.scope=patch
2+
org.gradle.caching = true
3+
org.gradle.parallel = true
4+
org.gradle.vfs.watch = true

0 commit comments

Comments
 (0)