udacity / ud282

Project code for Java students
79 stars 222 forks source link

Project 1 - TicTacToe does not work #9

Open franclobo opened 4 years ago

franclobo commented 4 years ago

The project uses Gradle 4.4.1 which is incompatible with Java 11 or newer.

Possible solution:

What should I do?

manishjchoudhary commented 4 years ago

Update the Gradle wrapper completely. For more check here

alejaacevedo commented 4 years ago

Hello, for those still having issues with gradle sync, what I did was to upgrade the gradle version and reading the log file when the build failed it suggested that I should have my settings gradle in the project. Copying the settings gradle from '.../settings.gradle' to the tic tac toe project