This project is a nought and crosses (tic-tac-toe) in java. It has no real purpose other than learning some things in Java for me.
Actual version is 1.0
JDK 1.11 is required.
This project use gradle to be built, and Git for version control.
To ensure you have correctly download the project,
you may run gradlew clean build,
and gradle should be successful.
More about git :
https://rogerdudler.github.io/git-guide/index.fr.html
just, please, use git pull --rebase instead of just git pull.
Full gradle command line, with test and sonar :
gradlew clean build jacocoTestReport sonarqubeTo run as a standalone jar, use the "all" jar, located in build/libs after you ran the gradle build task.
####Sonar Run sonar docker with docker run -d -p 9000:9000 sonarqube In your sonar (localhost:9000) log in with admin/admin, create a project following instructions, and update build.gradle with your project key. you can then run sonarqube with :
./gradlew build jacocoTestReport sonarqubeMarc Lemaile Matthieu Lemaile
- Check plugins version number in build.gradle