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
Enabling the plugin triggers the following message when Android Gradle plugin 3.3 is used.
(In my case, 3.3.0-alpha13)
16:51:03.116 [DEBUG] [groovyx.GroovyAndroidPlugin] Project has com.android.build.gradle.LibraryExtension_Decorated@367efc09 as an extension
16:51:03.117 [DEBUG] [groovyx.GroovyAndroidPlugin] Processing variant debug
16:51:03.117 [WARN] [org.gradle.api.Project] 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.
Unfortunately, just adding the recommended option does not show the stacktrace.
Enabling the plugin triggers the following message when Android Gradle plugin 3.3 is used.
(In my case, 3.3.0-alpha13)
Unfortunately, just adding the recommended option does not show the stacktrace.