Closed sofusalbertsen closed 4 years ago
Is this still relevant? Latest gradle version is 6.2.1. Do we want to support two major back?
@michaelin No we would like to support the latest. And even if that makes some of the other things break, we will cross that bridge when we get there.
When running the current version of the setup script from a gradle 5.1, you will get the following
If you change the
utils.sh
script togradle -q init --type basic --dsl groovy --project-name exercise
4.10 will not work.Needs some querying to find out if you have version 4 or 5 of gradle and call accordingly.