dataflow-video-analytics icon indicating copy to clipboard operation
dataflow-video-analytics copied to clipboard

Support of Gradle 8.0

Open mhrahimi opened this issue 3 years ago • 0 comments

I am getting an error in GCP when I try to run, gradle build It states that "Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0." More detailed explanation: The RepositoryHandler.jcenter() method has been deprecated. This is scheduled to be removed in Gradle 8.0. JFrog announced JCenter's sunset in February 2021. Use mavenCentral() instead. Consult the upgrading guide for further information: https://docs.gradle.org/7.4/userguide/upgrading_version_6.html#jcenter_deprecation at build_k8uv5eskz74bsxzt4rqpyxe1$_run_closure1$_closure3.doCall(/home/cloud_user_p_b99ef5a8/dataflow-video-analytics/build.gradle:22) (Run with --stacktrace to get the full stack trace of this deprecation warning.)

mhrahimi avatar Aug 08 '22 20:08 mhrahimi