stashymane/Java & Gradle setup
Sets up Java & Gradle with caching support.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gradle-cache-key | Gradle configuration cache encryption key. Generate a key by following the Gradle docs (https://docs.gradle.org/8.6/userguide/configuration_cache.html#config_cache:secrets:configuring_encryption_key) | yes | — |
| jvm-version | JVM version to use. See: https://github.com/actions/setup-java?tab=readme-ov-file#supported-version-syntax | no | 21 |
| jvm-distribution | JVM distribution name. See: https://github.com/actions/setup-java?tab=readme-ov-file#supported-distributions | no | temurin |
| gradlew-path | Path to the `gradlew` executable | no | ./gradlew |
Outputs
no outputs