Set up your GitHub Actions workflow with a specific version of Apache Maven
Go to file
stCarolas 2c9dbada0b
Merge pull request #22 from olamy/patch-1
use maven central to download Maven distribution
2022-06-23 11:36:36 +03:00
lib change url to archive mirror 2020-02-03 13:46:22 +03:00
node_modules Update tool-cache to 1.3.1 2021-06-11 16:41:30 +02:00
src use maven central to download Maven distribution 2022-06-16 06:59:28 +10:00
.gitignore draft 2019-12-07 16:09:20 +03:00
.prettierrc.json draft 2019-12-07 16:09:20 +03:00
README.md Update README.md 2022-03-05 13:28:10 +03:00
action.yml Update maven to latest version 2021-08-31 14:19:54 +02:00
package-lock.json Update tool-cache to 1.3.1 2021-06-11 16:41:30 +02:00
package.json Update tool-cache to 1.3.1 2021-06-11 16:41:30 +02:00
tsconfig.json draft 2019-12-07 16:09:20 +03:00

README.md

How To Use

Add this step into workflow

    - name: Set up Maven
      uses: stCarolas/setup-maven@v4.3
      with:
        maven-version: 3.8.2