aboutsummaryrefslogblamecommitdiff
path: root/test/java/scenarios.json
blob: 82e07952c0ebb64263736982e25e4170c1218dd2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                            













                                          









                                      
 
{
    "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
            }
        }
    }
}