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

9
.gitattributes vendored Normal file
View File

@@ -0,0 +1,9 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Linux start script should use lf
/gradlew text eol=lf
# These are Windows script files and should use crlf
*.bat text eol=crlf