As I said... on 5.0 is where I saw this problem. And yes, what I described I did diod locally. So locally on 5.0:
- `gradle test` (using 2.7) - the build succeeds
- `gradlew test` (using 2.10) - the build fails; the same failure I saw in CI
This morning I will try master locally again to see what happens. There was a problem in a PR I applied that may have skewed the results applying this to master |