Hi - <this documentation> says we can upgrade the ...
# community-support
r
Hi - this documentation says we can upgrade the Gradle wrapper to an unspecified
latest
(or for that matter other options like
nightly
), but for me it doesn't work:
Copy code
FAILURE: Build failed with an exception.

* What went wrong:
'latest' is not a valid Gradle version string (examples: '1.0', '1.0-rc-1')
Any advice please?
1
m
Maybe you’re on an older version of Gradle that doesn’t support “latest”? What is your current version?
This was implemented ~2~ 1.5 years ago. If you have a version that predates that, it won’t work
r
I wondered that so I tried upgrading to 8.0 first, but maybe that itself is still too old. I'll try that, cheers 👀
m
Looks like it’s in 8.1
🙌 1
r
That's great - thank you