Retaining causes gradle configuration to break #1051
Labels
bug
Indicates an unexpected problem or unintended behavior
feature:other
Involves a feature that doesn't fit in existing categories
help wanted
Indicates that a maintainer wants help on an issue or pull request
Describe the bug
It looks like adding the retain node to the
play
orplayConfig
nodes causes gradle to fail configurationHow To Reproduce
Add the following to a new project in Android
Versions
Tasks executed
Any tasks just
./gradlew tasks
will cause itExpected behavior
Retained values to be configured
Additional context (if a crash, provide stack trace)
It seems like I can get around it with
but I haven't tried to publish yet.
Stacktrace:
The text was updated successfully, but these errors were encountered: