aboutsummaryrefslogtreecommitdiff
path: root/test-scenarios/scenarios.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-07-23 00:28:55 +0300
committerGitHub <noreply@github.com>2022-07-23 00:28:55 +0300
commitc527a7a0afab18d29f2d828b3cc6c796ac50ac50 (patch)
treeb006df3a44e83ce142dc8027a0ace78d49d6e2cb /test-scenarios/scenarios.json
parent9b610330555d72309d1b4316bac2f9486b1cdb25 (diff)
Java: bundle maven and gradle as options (#68)
bundle maven and gradle
Diffstat (limited to 'test-scenarios/scenarios.json')
-rw-r--r--test-scenarios/scenarios.json10
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": {