Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of Gradle 8.0 #19

Open
mhrahimi opened this issue Aug 8, 2022 · 0 comments
Open

Support of Gradle 8.0 #19

mhrahimi opened this issue Aug 8, 2022 · 0 comments

Comments

@mhrahimi
Copy link

mhrahimi commented Aug 8, 2022

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant