Faster builds with Gradle Caching

A short one:

if you’re using the next-version branch of the openrndr-template, try opening gradle.properties and uncomment these two lines:

org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true

When I do that build times go down to about 1 second in my laptop.
Does it also improve yours?

It seems indeed to be faster (excluding GPU data transfer time).

1 Like