mirror of
https://github.com/apple/pkl.git
synced 2026-05-25 08:09:17 +02:00
d4dacd5a0f
Modern versions of Gradle support configuration caching to prevent the gradual increase of project size to affect the overall developer experience of Gradle builds. To prepare the PKL project, and specificall pkl-gradle, for configuration support, we introduce an integration test to vet configuration cache rules, and then perform the necessary updates to provide configuration cache support.