Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project 1 - TicTacToe does not work #9

Open
franclobo opened this issue Dec 7, 2019 · 2 comments
Open

Project 1 - TicTacToe does not work #9

franclobo opened this issue Dec 7, 2019 · 2 comments

Comments

@franclobo
Copy link

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

Possible solution:

  • Upgrade Gradle wrapper to 4.8.1 version and re-import the project
  • Use Java 8 as Gradle JVM: Open Gradle settings

What should I do?

@manishjchoudhary
Copy link

Update the Gradle wrapper completely. For more check here

@alejaacevedo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants