• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Android Gradle

K

kirill

Guest
Hello everybody. I am from Russia. I have such a problem after updating such an error
-------------------------------------------------- -------------------------------------------
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings
-------------------------------------------------- --------------------------------------------
How can I update Gradle and where?
I have version 2.2.4.374
 
D

Deleted member 45063

Guest
As a Gradle user on a daily basis (although not on GMS since I don't have the Android export) I have to note that what you mentioned is not usually an error. That text is usually issued when there is a feature that is deprecated in the build, but it usually is only issued as an warning (unless YYG has configured Gradle otherwise). So if the build is actually failing I would check for a potentially different cause.
 

chirpy

Member
If you're upgrading to 2.2.4 for the first time, I'd recommend checking YYG's official release notes and required SDKs FAQ.
Gradle upgrades are done automatically by GMS so it's most likely Android Studio and extensions you use that need updates.
 
Top