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:
parent
00fa073446
commit
c2044c64f9
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,6 +12,7 @@
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
*.war
|
||||
*.nar
|
||||
*.ear
|
||||
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user