Include gradle-wrapper.jar

The default java gitignore doesn't include any jar files, and this missing file caused Github Actions builds to fail
This commit is contained in:
Theo Kanning 2020-10-05 17:52:21 -05:00
parent 00fa073446
commit c2044c64f9
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,6 +12,7 @@
# Package Files #
*.jar
!gradle/wrapper/gradle-wrapper.jar
*.war
*.nar
*.ear

BIN
gradle/wrapper/gradle-wrapper.jar vendored Normal file

Binary file not shown.