This message was deleted.
# community-support
s
This message was deleted.
v
Not really a Gradle question, more for the Android Gradle Plugin probably I guess. If you run with
--stacktrace
you should get a full stack trace, maybe that helps already.
Or maybe #CJYS1DAP5 has people familiar with the problem
a
My question is about the gradle version because it said Gradle 7.0 but the gradle that I have in my project is 6.2. I don't understand where is that 7.0 from
v
Besides that you should not use
-all
, but
-bin
, that is just a warning telling you that you use deprecated things that will make your build incompatible when you try to upgrade to Gradle 7. That has nothing to do with the failing task.
a
whyd does it takes 7.0? My project has the 6.2
v
It does not, it used 6.2. Again, it tells you that you used things that are deprecated in 6.2 and that will be removed in 7.0 and thus makes your build incompatible to just upgrade to 7.0.