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

Improve build workflow #20

Open
wants to merge 3 commits into
base: 1.18
Choose a base branch
from

Commits on Jun 8, 2022

  1. Improve build workflow

    This adds a matrix, to make MC updating Java easier, updates Java to 17 (as it was 1.8 lol), adds the `cache` parameter to the setup java step (This should improve build time), and updates the various actions to the latest stable versions.
    osfanbuff63 authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    e8281f4 View commit details
    Browse the repository at this point in the history
  2. Fix invalid version

    Also add `fail-fast: false`
    osfanbuff63 authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    e5050de View commit details
    Browse the repository at this point in the history
  3. Add workflow_dispatch trigger

    This allows the workflow to be triggered manually
    osfanbuff63 authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    5f25194 View commit details
    Browse the repository at this point in the history