Skip to content

Commit 7d36a0b

Browse files
Fix broken JDK version
1 parent 66e9a87 commit 7d36a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"ghcr.io/devcontainers/features/azure-cli:1": {},
3939
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
4040
"ghcr.io/devcontainers/features/terraform:1": {},
41-
"ghcr.io/devcontainers-contrib/features/spark-sdkman:2": { "version": "3.3.2"}
41+
"ghcr.io/devcontainers-contrib/features/spark-sdkman:2": { "version": "3.3.2", "jdkVersion": "8" }
4242
},
4343
"postCreateCommand": "sudo pip3 install -r src/requirements.txt"
4444
}

0 commit comments

Comments
 (0)