aboutsummaryrefslogtreecommitdiff
path: root/test/java/scenarios.json
blob: 82e07952c0ebb64263736982e25e4170c1218dd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
    "install_additional_java": {
        "image": "ubuntu:focal",
        "features": {
            "java": {
                "version": "17",
                "additionalVersions": "11,8"
            }
        }
    },
    "install_gradle_and_maven_for_user": {
        "image": "ubuntu:focal",
        "remoteUser": "vscode",
        "features": {
            "common-utils": {
                "username": "vscode"
            },
            "java": {
                "version": "latest",
                "installGradle": true,
                "installMaven": true
            }
        }
    },
    "install_gradle_and_maven": {
        "image": "ubuntu:focal",
        "features": {
            "java": {
                "version": "latest",
                "installGradle": true,
                "installMaven": true
            }
        }
    }
}