gradle / playframework

Gradle Play Support
https://gradle.github.io/playframework/
Apache License 2.0
47 stars 41 forks source link

The plugin should support the Gradle configuration cache #138

Open eskatos opened 4 years ago

eskatos commented 4 years ago

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

jbartok commented 1 month ago

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