aboutsummaryrefslogtreecommitdiff
path: root/test-scenarios/scenarios.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-08-10 01:37:23 +0300
committerGitHub <noreply@github.com>2022-08-10 01:37:23 +0300
commit3a554b81abdf39c3ae605451bb3ec0d6dfd41703 (patch)
treea8e8b76f2e36986754e2dec9a690d7e4b31b09e1 /test-scenarios/scenarios.json
parentabfefdcb31d1a76a9d7718ccf5f4da6b578cdb45 (diff)
Java: fix gradle bug - invalid version (#84)
* Java: fix gradle bug - invalid version * drop 'lts'
Diffstat (limited to 'test-scenarios/scenarios.json')
-rw-r--r--test-scenarios/scenarios.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-scenarios/scenarios.json b/test-scenarios/scenarios.json
index 4ff49ed..d40aa48 100644
--- a/test-scenarios/scenarios.json
+++ b/test-scenarios/scenarios.json
@@ -3,7 +3,7 @@
"image": "ubuntu:focal",
"features": {
"java": {
- "version": "17",
+ "version": "latest",
"install_gradle": true,
"install_maven": true
}