feat: setup gradle pour lancer l'app et les test, ajout des commandes dans le README.md

This commit is contained in:
2024-12-25 11:35:09 +01:00
parent 197c4a3e35
commit 6bf0402ed7
14 changed files with 473 additions and 5 deletions

11
settings.gradle Normal file
View File

@@ -0,0 +1,11 @@
/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
*
* Detailed information about configuring a multi-project build in Gradle can be found
* in the user manual at https://docs.gradle.org/8.0.2/userguide/multi_project_builds.html
*/
rootProject.name = 'Sudoku'
include('app')