Tony Robalik
Tony Robalik
Thanks for the issue! Hopefully the build scan will be enough, but do you have a minimal reproducer? Those repro steps don't look sufficient to me.
Duplicates https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/1112.
> I've got a reproducer, this is a new project created with Android Studio Hedgehog with the only change being that I added this plugin [MyApplication.zip](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/files/14068667/MyApplication.zip) @gabrielittner I downloaded this...
how is that file used? I'm not familiar with it. do you have an example with actual content? links to documentation?
I just checked and I already have such a file in my environment. The contents of it are ``` {"userId":"73484633-8bc3-4f83-9fcb-edcf4ec64b4e","hasOptedIn":false,"debugDisablePublishing":false,"saltValue":0,"saltSkew":-1} ```
I changed the value to true and reran buildHealth (with `--rerun-tasks`) and it worked fine :shrug: Have you tried with rerun-tasks?
`--no-daemon` did it 🤔 Ok, so, to reproduce this error, it looks like at least two things need to be true: 1. set `hasOptedIn` to true 2. Run with `--no-daemon`...
I can eliminate the error by basically commenting out this method body for android unit tests. Given the whole chain is nullable, it is bizarre to me that this happens....
https://issuetracker.google.com/issues/325307775
I know very little about Bazel and Buck and they were not inspirations for this plugin. However, if you think there is some relationship, I'd be open to you PRing...