Skip to content
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

Add a github action to release artifacts at runtime #78

Closed

Conversation

devashish2024
Copy link

@devashish2024 devashish2024 commented Sep 15, 2024

Type of change

  • Bug fix
  • New feature

Description

This PR adds a new GitHub action that starts a matrix which compiles the repo into a JAR for every minecraft version (1.19-1.21.1) every push. You might modify it to change it from on push to somewhat different so that it doesn't ruin your monthly action minutes time (its 2000 minutes per month)

Related issues

No response provided

Checklist:

  • My code follows the style guidelines of ItziSpyder(ImproperIssues).
  • I have added comments to my code in more complex areas.
  • I have tested the code in both development and production environments.
  • I have joined the ClickCrystals Discord.

@devashish2024
Copy link
Author

devashish2024 commented Sep 15, 2024

Edit

Also, for this, I had to comment the java home or gradle will fail to start...
Ah yes, I'm gonna try to figure out if I can know the java home there...

@devashish2024
Copy link
Author

It works however don't change/add a java home to gradle.properties or it might fail.... I failed to figure it out how to use without fails

@ItziSpyder ItziSpyder closed this Sep 15, 2024
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.

2 participants