project port to 1.21 (this finally launches)

This commit is contained in:
Jonas_Jones 2024-10-04 15:25:09 +02:00
parent bd6878b109
commit 64e2b5ea1e
53 changed files with 319 additions and 250 deletions

11
.gitattributes vendored
View file

@ -1,2 +1,9 @@
# Auto detect text files and perform LF normalization
* text=auto
#
# 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