Set up your GitHub Actions workflow with a specific version of Apache Maven
Go to file
ViacheslavKudinov abe9a26186 Add a distribution. 2021-06-11 14:14:56 +00:00
.github Test with Java 11. 2021-06-11 16:14:07 +02:00
dist Add a distribution. 2021-06-11 14:14:56 +00:00
lib Tweaks 2021-06-10 15:20:38 +02:00
src Tweaks 2021-06-10 15:23:05 +02:00
.gitignore Matrix build. 2021-06-10 18:54:34 +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 Add a distribution. 2021-06-11 14:14:56 +00:00
package.json Bump @types/node from 12.20.15 to 15.12.2 (#11) 2021-06-11 13:03:42 +02:00
tsconfig.json Some formatting. 2021-06-10 16:00:59 +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