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 #88

Closed NicMcPhee closed 2 years ago

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.

Closes #87