diff options
author | Josh Spicer <joshspicer@github.com> | 2022-05-27 20:20:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-27 20:20:32 +0300 |
commit | 54bb1d4e25732c91f33083b625c2b2512a03c472 (patch) | |
tree | 54efe7d2c5a97909126a92c2f215c03216ba88b9 /src/maven/feature.json | |
parent | 9611a036f2a971847d007b33f30e9eb506f515f3 (diff) |
update jupyter and ruby features (#26)jospicer/testing-multi-repo-auth
* jekyll and jupyter updates
* add ruby to jekylls pr test
* update jekyll and ruby test
* remove features that dont follow my rules
Diffstat (limited to 'src/maven/feature.json')
-rw-r--r-- | src/maven/feature.json | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/maven/feature.json b/src/maven/feature.json deleted file mode 100644 index 04c1774..0000000 --- a/src/maven/feature.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "id": "maven", - "name": "Maven (via SDKMAN!)", - "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/maven.md", - "options": { - "version": { - "type": "string", - "proposals": [ - "latest", - "none", - "3.8", - "3.6", - "3.5" - ], - "default": "latest", - "description": "Select or enter a Maven version to install" - } - }, - "extensions": [ - "vscjava.vscode-java-pack" - ], - "containerEnv": { - "SDKMAN_DIR": "${SDKMAN_DIR:-\"/usr/local/sdkman\"}", - "PATH": "${SDKMAN_DIR}/bin:${SDKMAN_DIR}/candidates/maven/current/bin:${PATH}" - }, - "install": { - "app": "", - "file": "install.sh" - } -}
\ No newline at end of file |