Set up your GitHub Actions workflow with a specific version of Apache Maven
Go to file
stCarolas 3e6546c999
Merge pull request #17 from telia-actions/proxy-fix
Proxy fix
2022-03-05 13:24:06 +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 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 draft 2019-12-07 16:09:20 +03:00
.prettierrc.json draft 2019-12-07 16:09:20 +03:00
README.md Update README with new version 2021-09-08 15:21:21 +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.2
      with:
        maven-version: 3.8.2