playframework
playframework copied to clipboard
The plugin should support the Gradle configuration cache
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
Duplicates https://github.com/gradle/playframework/issues/138 to some extent.