Skip to content

Commit

Permalink
Merged into main 1.21 branch
Browse files Browse the repository at this point in the history
Updated everything to work with 1.21
  • Loading branch information
maxryan008 committed Sep 3, 2024
1 parent 8d8cd83 commit 8e8a2e2
Show file tree
Hide file tree
Showing 50 changed files with 891 additions and 701 deletions.
40 changes: 20 additions & 20 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Windows files (CRLF)
*.bat text eol=crlf

# Text
*.properties text

# Java
*.java text diff=java
*.gradle text diff=java
*.gradle.kts text diff=kotlin

# Binary
*.class binary
*.dll binary
*.ear binary
*.jar binary
*.so binary
*.war binary

**/.cache/* linguist-generated=true
# Windows files (CRLF)
*.bat text eol=crlf

# Text
*.properties text

# Java
*.java text diff=java
*.gradle text diff=java
*.gradle.kts text diff=kotlin

# Binary
*.class binary
*.dll binary
*.ear binary
*.jar binary
*.so binary
*.war binary

**/.cache/* linguist-generated=true
Loading

0 comments on commit 8e8a2e2

Please sign in to comment.