Hello Team, I've faced an issue in AppCenter when...
# gradle
s
Hello Team, I've faced an issue in AppCenter when try to build. The following error is occuring during the build time. And from my understanding there is an issue with gradlew. If anyone face this issue please guide me to solve this issue. Thanks in Advance.
t
search build logs above - there should be the read cause of build failure
s
It's showing the project level dependencies are incompatible. But this build was successfully built before. After I remove the GitHub all app center config is gone. So now it's not working. How is this possible to incompatible of libraries! All versions are correct and structured as script. I don't know why it's happening this time. I've attached the logs. For more context: Gradle - 7.5 Gradle Plugin - 7.4.2 Kotlin - 1.9.0 JDK - 17
t
either update Gradle to 7.6 or add workaround from this issue: https://github.com/gradle/gradle/issues/20847
s
Sorry @tapchicoma, I didn't understand what you're saying. Do I need to upgrade the gradle version to fix this issue?
t
yes