Fixed
Status Update
Comments
ga...@google.com <ga...@google.com>
ga...@google.com <ga...@google.com> #2
Fixed in ag/I491cdb1553fcaa0107d9cda78cb821c7cc62e92a and ag/I29df9a5c2dbd599b30a1fa95581d29052e8c143c.
Description
DESCRIBE THE ISSUE IN DETAIL:
In Gradle 7.1,
org.gradle.util.ConfigureUtil
has been soft deprecated (@Deprecated
annotation).For Gradle 7.6 we wanted to add deprecation nagging to it. Our smoke tests show that the Android Gradle Plugin still uses the
ConfigureUtil.configure(closure, target)
function in >= 7.4. We will postpone adding the deprecation nagging because users currently cannot resolve it.Could you please look into removing that usage from the Android Gradle Plugin?
Studio Build: Version of Gradle Plugin: 7.4 Version of Gradle: Version of Java: OS: