Basic gradle

This commit is contained in:
Imbus 2024-04-20 20:08:20 +02:00
parent ee90a5e3d6
commit 4e58a426c6
7 changed files with 374 additions and 1 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