aboutsummaryrefslogtreecommitdiff
path: root/test/java/scenarios.json
blob: 659a857526d07bedbb0510bfc4fa4655a88e6032 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "install_additional_java": {
        "image": "ubuntu:focal",
        "features": {
            "java": {
                "version": "17",
                "additionalVersions": "11,8"
            }
        }
    },
    "install_gradle_and_maven": {
        "image": "ubuntu:focal",
        "features": {
            "java": {
                "version": "latest",
                "installGradle": true,
                "installMaven": true
            }
        }
    }
}