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
The gradle-home-cache-includes and gradle-home-cache-excludes parameters were initially implemented as JSON string inputs. This makes these inputs non-idiomatic and easier to get wrong.
Since the only permissible input is an array of Strings, we should convert these to multi-line input parameters.
The text was updated successfully, but these errors were encountered:
Fix issues for 2.0-rc.2
- Support multi-line strings for cache-tuning parameters #106
- Include all downloaded files in `dependencies` bundle #100
- Only restore configuration-cache if Gradle User Home is fully restored #107
The
gradle-home-cache-includes
andgradle-home-cache-excludes
parameters were initially implemented as JSON string inputs. This makes these inputs non-idiomatic and easier to get wrong.Since the only permissible input is an array of Strings, we should convert these to multi-line input parameters.
The text was updated successfully, but these errors were encountered: