In the #3 , I found that gradle/wrapper/gradle-wrapper.properties file contained a line
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
I found Gradle 7.1 does not work with Java17. It emitted errors. Therefore I changed to Gradle 8.4; then build.gradle started running. However, the GitHub top page master branch shows that it is passing the whole CI/CD processing without any error.
Now I have a doubt about the mark "build: passing". Is it worth trusting? I doubt it.
This