https://github.com/jvalkeal/setup-maven
https://github.com/jvalkeal/setup-maven
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jvalkeal/setup-maven
- Owner: jvalkeal
- License: mit
- Created: 2020-06-06T14:27:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T17:03:54.000Z (about 1 year ago)
- Last Synced: 2025-03-19T16:38:54.005Z (3 months ago)
- Language: TypeScript
- Size: 739 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This action sets up a gradle environment for use in actions by:
- optionally downloading and caching a requested version of gradle by version and adding to PATH.
- registering problem matchers for error output# Usage
See [action.yml](action.yml)
## Maven/Gradle Versions
```yaml
steps:
- uses: actions/checkout@v1
- uses: jvalkeal/setup-maven@v1
with:
maven-version: '3.6.2'
maven-mirror: # Optional - defaults to https://archive.apache.org/dist/maven/maven-3/
maven-file: # Optional - to install maven from.
- run: mvn package
```# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)