Set up your GitHub Actions workflow with a specific version of Apache Maven
Go to file
2022-07-03 11:45:40 +03:00
lib Apply recent changes 2022-06-27 11:58:12 +02:00
node_modules chore: update dependencies 2022-06-28 10:39:30 +02:00
src Apply recent changes 2022-06-27 11:58:12 +02: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 maven to latest version 2021-08-31 14:19:54 +02:00
package-lock.json chore: update dependencies 2022-06-28 10:39:30 +02:00
package.json Update tool-cache to 1.3.1 2021-06-11 16:41:30 +02:00
README.md update readme for new version 2022-06-23 11:40:07 +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@v4.4
      with:
        maven-version: 3.8.2