playframework icon indicating copy to clipboard operation
playframework copied to clipboard

The plugin should support the Gradle configuration cache

Open eskatos opened this issue 5 years ago • 0 comments

The configuration cache is a feature that significantly improves build performance by caching the result of the configuration phase and reusing this for subsequent builds.

Implementing support for the configuration cache in this plugin would improve users experience.

See https://docs.gradle.org/nightly/userguide/configuration_cache.html

Blocked by the core Scala plugin support https://github.com/gradle/gradle/issues/13461

eskatos avatar Jun 21 '20 11:06 eskatos

Duplicates https://github.com/gradle/playframework/issues/138 to some extent.

jbartok avatar Sep 13 '24 06:09 jbartok