being king
09/24/2024, 2:28 PMCould not resolve all artifacts for configuration 'appdebugRuntimeClasspath'.> Could not find coreprogress-1.0.2.aar (io.github.lizhangqucoreprogress1.0.2). Searched in the following locations: https://jcenter.bintray.com/io/github/lizhangqu/coreprogress/1.0.2/coreprogress-1.0.2.aar * Try: Run with --info or --debug option to get more log output. Run with --scan to get full insights. perations.DefaultBuildOperationQueue$WorkerRunnable.run(DefaultBuildOperationQueue.java:178) ... 3 more * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. * Get more help at https://help.gradle.org
ephemient
09/24/2024, 2:34 PMephemient
09/24/2024, 2:35 PMCaleb Cushing
09/24/2024, 4:43 PMjcenter() in the next release? is there something new beyond maven central? wasn't gradle plugins on jcenter()?ephemient
09/24/2024, 5:51 PMephemient
09/24/2024, 5:52 PMbeing king
09/25/2024, 8:12 AMbeing king
09/25/2024, 8:13 AMVampire
09/25/2024, 8:47 AMjcenter() which now is only a redirect to mavenCentral() and thus totally useless, together with requiring a library that was only available on JCenter and thus is not available anymore. You can read on the provided links more information about it. To resolve it, don't use that library, or check whether an updated version exists somewhere, or whether it is available somewhere else.being king
09/25/2024, 10:17 AM