Skip to content

Commit

Permalink
Use maven sidecar from java one
Browse files Browse the repository at this point in the history
Signed-off-by: Natale Vinto <nvinto@redhat.com>
  • Loading branch information
blues-man committed Sep 12, 2020
1 parent 4d9f299 commit 60d01bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v3/plugins/fwcd/vscode-kotlin/0.2.18/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository: https://github.com/fwcd/vscode-kotlin/
category: Language
spec:
containers:
- image: "quay.io/eclipse/che-sidecar-java:11-7bd8c8c"
- image: "quay.io/bluesman/che-sidecar-maven:latest"
name: vscode-kotlin
memoryLimit: "1500Mi"
volumes:
Expand Down
4 changes: 2 additions & 2 deletions vscode-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,9 @@
"repository": "https://github.com/fwcd/vscode-kotlin/",
"revision": "0.2.18",
"sidecar": {
"image": "quay.io/eclipse/che-sidecar-java:11-7bd8c8c",
"image": "quay.io/bluesman/che-sidecar-maven:latest",
"source": {
"repository": "https://github.com/che-dockerfiles/che-sidecar-java"
"repository": "https://github.com/blues-man/che-sidecar-maven"
}
}
}
Expand Down

0 comments on commit 60d01bd

Please sign in to comment.