Jeff
Jeff
Hey this came up while discussing https://github.com/gradle/gradle/issues/18569 . Could you elaborate a little bit about the use case where you'd like to have values for both `sha512` and `pgp`?
Also note that this isn't a super high priority for us
Also interesting, if I run `mkdir reports`, that seems to cause the build to succeed
It seems that in this situation, Gradle is trying to put the reports into `./reports` whereas it would be nice for them to go into something more like `${rootProject.buildDir}/reports`
Hey thanks for sharing - we think we're observing similar symptoms in AndroidX too: https://issuetracker.google.com/issues/324939349
We simplified our androidx repro case down to https://github.com/mathjeff/gradle-samples-2/tree/main/corrupt-serialization-result in case that's interesting too
Also somewhat related to https://github.com/gradle/gradle/issues/12126
> Thank you for your contribution! > > Please add tests to cover your changes. > > The relevant team for this area will confirm the design of the implementation...