Found 3.3 via distributionUrl Downloading missing gradle version 3.3
But the distributionUrl is set to 7.3.3 gradle/wrapper/gradle-wrapper.properties:distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
I think that is cause the follow-up error “could not determine Java Version”.
The build was working for previous versions and there is also a gitlab pipeline in the project that verifies the build .
Apparently there was another gradle-wrapper-properties-file in the android subdir. It was sitting there unused since the creation on the project and was always ignored. Now the build-server has started to pick this file up and use Gradle 3.3
I’m not sure why that file is there and what it does. I will probably try to delete it next time and hope it doesn’t break again.