Files
slot/.devcontainer/server/devcontainer.json

18 lines
372 B
JSON
Raw Normal View History

2025-04-24 17:11:09 +02:00
{
2025-06-03 22:32:20 +02:00
"name": "OpenJDK21",
2025-05-07 15:49:02 +00:00
"image": "mcr.microsoft.com/openjdk/jdk:21-ubuntu",
"features": {
2025-05-07 16:12:42 +00:00
"ghcr.io/devcontainers/features/java:1": {
"installMaven": "true"
2025-06-02 17:54:22 +02:00
},
"ghcr.io/devcontainers/features/git:1": {}
2025-05-07 15:49:02 +00:00
},
2025-04-25 23:32:19 +02:00
"customizations": {
"jetbrains": {
2025-05-07 15:49:02 +00:00
"backend": "IntelliJ"
2025-04-25 23:32:19 +02:00
}
2025-04-24 17:11:09 +02:00
},
2025-06-06 19:25:34 +02:00
"forwardPorts": [8080],
2025-04-25 23:32:19 +02:00
"workspaceFolder": "/workspace"
2025-04-24 17:11:09 +02:00
}