Set up your GitHub Actions workflow with a specific version of Apache Maven
Go to file
Viacheslav Kudinov cf1551d8eb Refactoring 2021-06-10 14:37:24 +02:00
.github Update pr_flow.yaml 2021-06-10 13:56:30 +02:00
.idea Refactoring 2021-06-10 14:37:24 +02:00
dist Refactoring 2021-06-10 14:37:24 +02:00
lib change url to archive mirror 2020-02-03 13:46:22 +03:00
src Ensures the proper dynamically constructed Apache mirror download is used instead of apache archive server which would cap/block at a certain download capacity 2021-04-09 09:19:11 -07:00
.gitignore Refactoring 2021-06-10 14:37:24 +02:00
.prettierrc.json draft 2019-12-07 16:09:20 +03:00
README.md Refactoring 2021-06-10 14:37:24 +02:00
action.yml Refactoring 2021-06-10 14:37:24 +02:00
package-lock.json Refactoring 2021-06-10 14:37:24 +02:00
package.json Refactoring 2021-06-10 14:37:24 +02:00

README.md

How To Use

Add this step into workflow

    - name: Set up Maven
      uses: vk-org/setup-maven@v4
      with:
        maven-version: 3.5.4