UMM-CSci-3601 / intro-to-git

A group exercise practicing with various git ideas and tools
MIT License
2 stars 7 forks source link

Upgrade Gradle to v7.3.3 #87

Closed NicMcPhee closed 2 years ago

NicMcPhee commented 2 years ago

We presumably want to upgrade this Gradle and all the other Java-based-labs to the latest version, which is currently 7.3.3.

NicMcPhee commented 2 years ago

At least on my computer at home, I couldn't actually do the update process, I think because of some sort of version mismatch between my newer Java and that older Gradle?

I just created a whole new wrapper with:

gradle wrapper --gradle-version 7.3.3 --distribution-type all

and that sorted things out just fine.