Skip to content

Commit 07c2d2e

Browse files
committed
fix(build): Add Gradle settings
1 parent bbe2b3b commit 07c2d2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle.properties

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ slf4jPreventExclusion=true
77
websiteUrl=https://grails.github.io/grails-quartz/latest/
88
issueTrackerUrl=https://github.com/grails/grails-quartz/issues
99
vcsUrl=https://github.com/grails/grails-quartz
10+
11+
org.gradle.caching=true
12+
org.gradle.daemon=true
13+
org.gradle.parallel=true

0 commit comments

Comments
 (0)