Skip to content

Create .gitignore and Java CI with Gradle #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ItzSwirlz
Copy link

.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.

@mandar1jn
Copy link

@AffluentAvo why did you approve twice?

@mandar1jn
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants