diff options
Diffstat (limited to 'test/java/scenarios.json')
-rw-r--r-- | test/java/scenarios.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/test/java/scenarios.json b/test/java/scenarios.json index 659a857..82e0795 100644 --- a/test/java/scenarios.json +++ b/test/java/scenarios.json @@ -8,6 +8,20 @@ } } }, + "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": { @@ -18,4 +32,4 @@ } } } -}
\ No newline at end of file +} |