Open JGreenlee opened 1 month ago
Gradle 8.10 is not being used, neither on my setup or the CI
This is true. The build should download its own gradle. I actually removed the gradle install in https://github.com/e-mission/e-mission-phone/commit/399e9e7a4f83ed7d67fbf2e249179fa073cfec68
But then it turns out that if there is no system gradle, then the build fails so I restored it https://github.com/e-mission/e-mission-phone/commit/3b6ecd5fda65ac8cae2bf9127a0789cc7fadb3c2
Have you pulled the changes for the upgrade and deleted all your existing setup? I remember there was a gradle issue during the upgrade that was fixed by upgrading android. And I had to delete all platforms and plugins after the upgrade. https://github.com/e-mission/e-mission-docs/issues/1079#issuecomment-2311242503 and later
I am able to reproduce this on a freshly cloned repo, so I don't think it is the issue you described. I have also tried reinstalling the Android SDK to no avail.
I have been running into this issue which prevents me from building for Android.
Everything looks normal until:
I can see that the scripts install Gradle 8.10 successfully, but then attempt to download Gradle 8.7 (which fails for me but is successful in the CI)
This leads me to believe 2 things: