tudortimi / gradle-hdvl

Family of Gradle plugins that provide support for hardware design and verification languages
Apache License 2.0
4 stars 2 forks source link

Add support for the configuration cache #109

Open tudortimi opened 1 year ago

tudortimi commented 1 year ago

Builds with source dependencies can become very slow, because there is a lot of work to do when configuring projects. The configuration cache should help here. This is available starting with Gradle 8.1. The plugins might need to be updated to work with the configuration cache: https://docs.gradle.org/8.1/userguide/configuration_cache.html#config_cache:requirements

tudortimi commented 1 year ago

Note though that the configuration cache doesn't support source dependencies: https://github.com/gradle/gradle/issues/13506