How to update Gradle version to 7.3 in a Java project downloaded from GitHub with JDK 17 and avoid dependency issues?

60 views Asked by At

I downloaded the project from the git hub to java, he has a gradle build version 6.3, and it needs to be run with the sdk version 14, but for my assignment at the university I need to run the project on version 17, how to raise the gradle version to 7.3 and not break the project https://github.com/slamach/prog-labs/tree/master/prog-lab6 - link to the git from which I downloaded the project

I tried to change the version in gradle wrapper, but errors appeared during assembly, apparently the problem is in the dependencies, but I do not know what to do with them https://docs.google.com/document/d/1PAoBMxiXy77cMjkulIplKhuw0YXxsO48LMv94oW-jHw/edit - file with exception

0

There are 0 answers