Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0

Hi, I am trying to create build but every time it failed with exit status 1.
below is the error log I am getting for android build

FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ‘:app:processDevDebugGoogleServices’. > No matching client found for package name ‘com.worldfishingchampionship.mobile.developerapp’ * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: java.lang.StackOverflowError (no error message) * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use ‘–warning-mode all’ to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See Command-Line Interface BUILD FAILED in 3m 19s 522 actionable tasks: 522 executed Run: build task failed: exit status 1

Hi @kalyanig ,
You should lock down the exact Gradle version in your Android project setup. This would ensure yout project get built regardless of available Gradle versions in the platform.
Best regards,
Silvercast

Hi @silvercast.nguyen
Could please provide some additional information?
Also we have setup correct app identifier in Git ‘com.worldfishingchampionship.mobile’ however in logs we are getting error stating No matching client found for package name

Hi, I meant using Gradle Wrapper to specify version of Gradle your project expects Gradle Wrapper Reference . For more details I suggest filing a support ticket so we can loop closer into your project setup.
Best regards,
Silvercast