diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-09-14 20:20:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-14 20:20:02 +0300 |
commit | 9a92823e9a0f7e0206e54bfd75249a754bbf57a7 (patch) | |
tree | 27b35b5f4ce803990be5de2643cfbd3dbae4030f /test/java/scenarios.json | |
parent | 811a93f06a2ac71c130abadc4a4415188406786b (diff) |
Java: Fix gradle bug - sets GRADLE_USER_HOME incorrectly (#152)
* fix gradle bug
* modify tests
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 +} |