aboutsummaryrefslogtreecommitdiff
path: root/test/java/scenarios.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/java/scenarios.json')
-rw-r--r--test/java/scenarios.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/test/java/scenarios.json b/test/java/scenarios.json
index 479ee47..11fb7ba 100644
--- a/test/java/scenarios.json
+++ b/test/java/scenarios.json
@@ -17,7 +17,7 @@
}
}
},
- "install_gradle_and_maven_for_user": {
+ "install_ant_and_gradle_and_maven_for_user": {
"image": "ubuntu:focal",
"remoteUser": "vscode",
"features": {
@@ -26,26 +26,30 @@
},
"java": {
"version": "latest",
+ "installAnt": true,
"installGradle": true,
"installMaven": true
}
}
},
- "install_gradle_and_maven": {
+ "install_ant_and_gradle_and_maven": {
"image": "ubuntu:focal",
"features": {
"java": {
"version": "latest",
+ "installAnt": true,
"installGradle": true,
"installMaven": true
}
}
},
- "install_gradle_and_maven_with_specific_version": {
+ "install_ant_and_gradle_and_maven_with_specific_version": {
"image": "ubuntu:focal",
"features": {
"java": {
"version": "latest",
+ "installAnt": "true",
+ "antVersion": "1.10.12",
"installGradle": "true",
"gradleVersion": "6.8.3",
"installMaven": "true",