snsinahub/Setup Groovy Environment
Install and configure Groovy runtime using SDKMAN for GitHub Actions workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| groovy-version | Version of Groovy to install (default: latest stable) | no | "" |
| java-version | Version of Java to install if not present (default: 17) | no | 17 |
| skip-if-exists | Skip installation if Groovy is already available | no | true |
| add-to-path | Add Groovy to PATH for subsequent steps | no | true |
Outputs
| name | description |
|---|---|
| groovy-version | The version of Groovy that was installed |
| groovy-path | Path to the Groovy installation |