Set up your GitHub Actions workflow with a specific version of Apache Maven
Go to file
2020-02-04 18:35:20 +03:00
lib change url to archive mirror 2020-02-03 13:46:22 +03:00
node_modules Husky commit correct node modules 2020-02-03 13:46:28 +03:00
src change url to archive mirror 2020-02-03 13:46:22 +03:00
.gitignore draft 2019-12-07 16:09:20 +03:00
.prettierrc.json draft 2019-12-07 16:09:20 +03:00
action.yml update description 2019-12-07 16:42:10 +03:00
package-lock.json draft 2019-12-07 16:09:20 +03:00
package.json draft 2019-12-07 16:09:20 +03:00
README.md up version in README 2020-02-04 18:35:20 +03:00
tsconfig.json draft 2019-12-07 16:09:20 +03:00

How To Use

Add this step into workflow

    - name: Set up Maven
      uses: stCarolas/setup-maven@v3
      with:
        maven-version: 3.5.4