aboutsummaryrefslogblamecommitdiff
path: root/src/java/README.md
blob: b56b19bd9733e8fdb7e1fdf093328cd728623cc8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                           
                                                                   



                

                                               

                               
 










                                                                                                       

# Java (via SDKMAN!) (java)

Installs Java, SDKMAN! (if not installed), and needed dependencies.

## Example Usage

```json
"features": {
        "devcontainers/features/java@latest": {
            "version": "latest"
        }
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter a Java version to install | string | lts |

---

_Note: This file was auto-generated from the [devcontainer-feature.json](./devcontainer-feature.json)._