Telling gradle to upgrade itself

I could’ve sworn there was a command to tell Gradle to upgrade itself. Is there?

There is no such command. You can use the Gradle wrapper, in which case everyone will be updated whenever the version number in gradle-wrapper.properties is bumped.