Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jvalkeal/setup-maven


https://github.com/jvalkeal/setup-maven

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        


GitHub Actions status

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)