Set up your GitHub Actions workflow with a specific version of Apache Maven
Go to file
kekxv 874266efdb
Merge a09d43f092 into d6af6abeda
2025-06-25 07:14:47 +00:00
lib update 2025-06-20 13:49:37 +00:00
node_modules chore: update node_modules 2024-01-24 13:10:07 -07:00
src update 2025-06-20 13:49:37 +00:00
.gitignore draft 2019-12-07 16:09:20 +03:00
.prettierrc.json draft 2019-12-07 16:09:20 +03:00
LICENSE Create LICENSE 2022-08-11 16:20:33 -04:00
README.md Update README.md 2025-06-25 15:14:41 +08:00
action.yml add mirror 2025-06-20 07:37:07 +00:00
package-lock.json chore: bump typescript to latest 2024-01-24 13:09:49 -07:00
package.json chore: bump typescript to latest 2024-01-24 13:09:49 -07: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@v5
      with:
        maven-version: 3.8.2
        # download mirror,url or aliyun or empty
        maven-mirror: ''