Compare commits

...

1 commit

Author SHA1 Message Date
Samruddhi Khandale
71c114bb0a test 2022-12-29 19:09:42 +00:00
3 changed files with 7 additions and 5 deletions

Binary file not shown.

View file

@ -77,6 +77,7 @@
"PATH": "/usr/local/sdkman/bin:/usr/local/sdkman/candidates/java/current/bin:/usr/local/sdkman/candidates/gradle/current/bin:/usr/local/sdkman/candidates/maven/current/bin:${PATH}"
},
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/rocker-org/devcontainer-features/r-apt"
]
}

View file

@ -21,14 +21,15 @@
"image": "ubuntu:focal",
"remoteUser": "vscode",
"features": {
"common-utils": {
"username": "vscode"
},
"java": {
"version": "latest",
"installGradle": true,
"installMaven": true
}
},
"ghcr.io/devcontainers/features/common-utils:latest": {
"username": "vscode"
},
"ghcr.io/rocker-org/devcontainer-features/r-apt:latest": {}
}
},
"install_gradle_and_maven": {