Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvalkeal/setup-maven
https://github.com/jvalkeal/setup-maven
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jvalkeal/setup-maven
- Owner: jvalkeal
- License: mit
- Created: 2020-06-06T14:27:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T17:03:54.000Z (8 months ago)
- Last Synced: 2024-10-05T20:03:35.233Z (about 1 month ago)
- Language: TypeScript
- Size: 739 KB
- Stars: 0
- Watchers: 3
- 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)