You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ProjectLayout.fileProperty() method has been deprecated. This is scheduled to be removed in Gradle 6.0. Please use the ObjectFactory.fileProperty() method instead.
at build_a7swcd4tdsth896gjqmqt2f5t$_run_closure1.doCall(/home/runner/work/glide/glide/glide/build.gradle:27)
(Run with --stacktrace to get the full stack trace of this deprecation warning.)
The ProjectLayout.directoryProperty() method has been deprecated. This is scheduled to be removed in Gradle 6.0. Please use the ObjectFactory.directoryProperty() method instead.
at build_a7swcd4tdsth896gjqmqt2f5t$_run_closure1.doCall(/home/runner/work/glide/glide/glide/build.gradle:27)
(Run with --stacktrace to get the full stack trace of this deprecation warning.)
The findbugs plugin has been deprecated. This is scheduled to be removed in Gradle 6.0. Consider using the com.github.spotbugs plugin instead.
at build_epfkfk204hv5uhd8mt9e68gn8.run(/home/runner/work/glide/glide/library/findbugs/build.gradle:1)
(Run with --stacktrace to get the full stack trace of this deprecation warning.)
WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'.
It will be removed at the end of 2019.
For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
To determine what is calling variant.getJavaCompile(), use -Pandroid.debug.obsoleteApi=true on the command line to display a stack trace.
The configuration :library:compile was resolved without accessing the project in a safe manner. This may happen when a configuration is resolved from a thread not managed by Gradle or from a different project. See https://docs.gradle.org/5.6.4/userguide/troubleshooting_dependency_resolution.html#sub:configuration_resolution_constraints for more details. This behaviour has been deprecated and is scheduled to be removed in Gradle 6.0.
The following classes needed for analysis were missing:
java.rmi.Remote
Gradle 5.6.4 currently logs the following warnings. These block the update to Gradle 6.x:
Full build log.
Reproduce: Build with Gradle 5.6.4 with
--warning-mode=all
Goals:
--warning-mode=fail
should pass--warning-mode=fail
should passThe text was updated successfully, but these errors were encountered: