Came across this issue when updating gradle on my Ubuntu VM. I'd run `apt-get upgrade gradle` which indicated it would upgrade to 2.1. However, a quick `gradle -v` indicated it was still on the 1.x version.
The fix for me was to remove the old file: /usr/bin/gradle and then link up the latest one:
No comments:
Post a Comment