This commit is contained in:
Samruddhi Khandale 2022-06-15 19:17:29 +00:00 committed by GitHub
commit b314fce143

27
src/gradle/README.md Normal file
View file

@ -0,0 +1,27 @@
# Gradle (via SDKMAN!) (gradle)
## Example Usage
```json
"features": [
{
"id": "devcontainers/features/gradle@latest",
"options": {
"version": "latest"
}
}
]
```
## Options
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter a Gradle version to install | string | latest |
---
_Note: This file was auto-generated from the [devcontainer-feature.json](./devcontainer-feature.json)._