When trying to deploy my code to the robot I get the error stating “Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0”. Does anyone know a fix for this? Thank you.
That’s not an error, it’s a warning that in the future the same build script may not work with gradle 7.0, which isn’t even released yet. You have nothing to worry about with that message.
If the deploy failed, the actual error is somewhere higher in the log.
1 Like
I was able to figure it out. Thank you for your response though!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.