Help with gradle build

DaveGG8 months ago

Hello all!
I've have problems with my build ./gradlew assemble
I've been looking for a solution for many days and I can't find it. Could you help me?
I leave you a screenshot of the bash terminal
Grateful
https://ibb.co/CBNjT9r

Anton Tananaev8 months ago

Try removing your gradle cache.

DaveGG8 months ago

Thanks mate, it's hard for me to assimilate so much dependency between software. That is indeed a spider web.
Important: Do I have to have gradle previously installed on my linux? yes or no.

  • Side note: I uninstalled the gradle that came installed by default, it was also old v4.x.x, I installed the latest v.8.3 that I also uninstalled later because it did not solve the problem of starting the server.

: This a hugh project, congrats.

DaveGG8 months ago

Hey mate, Can I edit with nano gradle-wrapper.properties to download the latest version available v.8.3?

Anton Tananaev8 months ago

You don't need to install or uninstall anything.

DaveGG8 months ago

Thank you very much Anton.