Redoing gradle build without idea

The project structure was not as I liked
So I made a new one without idea and with simple gradle init
This commit is contained in:
2023-04-02 21:26:32 +02:00
parent 6f99b82fd9
commit 58f17472d8
25 changed files with 300 additions and 258 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