diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-07-22 23:20:24 +0300 |
---|---|---|
committer | Samruddhi Khandale <skhandale@microsoft.com> | 2022-07-22 23:20:24 +0300 |
commit | 2b18c1a58839d82b5d20a44cffcf2130fdbad6ac (patch) | |
tree | b006df3a44e83ce142dc8027a0ace78d49d6e2cb /test-scenarios/scenarios.json | |
parent | 9b610330555d72309d1b4316bac2f9486b1cdb25 (diff) |
bundle maven and gradlev0.0.2
Diffstat (limited to 'test-scenarios/scenarios.json')
-rw-r--r-- | test-scenarios/scenarios.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test-scenarios/scenarios.json b/test-scenarios/scenarios.json index 887c219..20d802c 100644 --- a/test-scenarios/scenarios.json +++ b/test-scenarios/scenarios.json @@ -1,4 +1,14 @@ { + "install_gradle_and_maven": { + "image": "ubuntu:focal", + "features": { + "java": { + "version": "17", + "install_gradle": true, + "install_maven": true + } + } + }, "install_additional_php": { "image": "ubuntu:focal", "features": { |