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

fix workflows #20

Merged
merged 2 commits into from
Dec 2, 2023
Merged

fix workflows #20

merged 2 commits into from
Dec 2, 2023

Commits on Dec 2, 2023

  1. Update Maven GitHub workflow

    The Maven packaging GitHub action workflow has been updated to include caching of dependencies and restructured for clarity. Now, Maven dependencies are cached to improve build speed and a target directory is created before the build. Additionally, the workflow code has been reformatted for better readability.
    SmartGecko44 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    4ebfe3e View commit details
    Browse the repository at this point in the history
  2. Add Node.js setup to Maven GitHub Workflow

    The GitHub Action workflow for Maven is updated to include a Node.js setup. The workflow now sets up Node.js version 16, to ensure consistency across development environments. This change complements the Maven dependencies caching feature, contributing to increased speed and efficiency in the build process.
    SmartGecko44 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    6c94ebe View commit details
    Browse the repository at this point in the history