Team-Snake icon indicating copy to clipboard operation
Team-Snake copied to clipboard

Create .gitignore and Java CI with Gradle

Open ItzSwirlz opened this issue 4 years ago • 2 comments

.gitignore: This ensures you don't push built binaries and stuff. You can put those in GitHub Releases

CI: Use GitHub Actions. You can test using multiple versions of Java (which you should) but for now I stuck with the default 1.8 and if you want to add several versions with a matrix strategy I can help you with that.

ItzSwirlz avatar Dec 25 '20 16:12 ItzSwirlz

@AffluentAvo why did you approve twice?

mandar1jn avatar May 07 '21 17:05 mandar1jn

Great pr. one thing I would request is that you use the upload artifact action so people can download the artifact instead of building it themselves

mandar1jn avatar Aug 02 '21 18:08 mandar1jn