You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're doing some investigations on --build-cache and looking at the Gradle profiler's output to see which tasks aren't being cached.
After fixing a few of the cases where our configuration was causing things not to be cacheable, and fixing our own custom checks, forbidden-apis is now one of the slowest tasks which isn't coming from the cache.
It would be nice if this task were cacheable.
Adding the annotation might be the only thing needed, but it might also change the version of Gradle the plugin is built against...
The text was updated successfully, but these errors were encountered:
Hi, at moment this is not possible due to minimum Gradle version. And it is not well tested yet.
At moment we also need outputs (the task has no outputs, so there's nothing to cache.
We're doing some investigations on
--build-cache
and looking at the Gradle profiler's output to see which tasks aren't being cached.After fixing a few of the cases where our configuration was causing things not to be cacheable, and fixing our own custom checks, forbidden-apis is now one of the slowest tasks which isn't coming from the cache.
It would be nice if this task were cacheable.
Adding the annotation might be the only thing needed, but it might also change the version of Gradle the plugin is built against...
The text was updated successfully, but these errors were encountered: