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



                                        
                                



                                   



                                

                                            


             













                                          








                                      











                                                       
     
 
{
    "install_from_non_default_distro": {
        "image": "ubuntu:focal",
        "features": {
            "java": {
                "version": "19",
                "jdkDistro": "open"
            }
        }
    },
    "install_additional_java": {
        "image": "ubuntu:focal",
        "features": {
            "java": {
                "version": "11",
                "additionalVersions": "17,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
            }
        }
    },
    "install_gradle_and_maven_with_specific_version": {
        "image": "ubuntu:focal",
        "features": {
            "java": {
                "version": "latest",
                "installGradle": "true",
                "gradleVersion": "6.8.3",
                "installMaven": "true",
                "mavenVersion": "3.6.3"
            }
        }
    }
}