Skip to content

Commit

Permalink
Add Codespaces configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
veithen committed Dec 28, 2023
1 parent 5f356d5 commit ab43bf3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "11",
"installMaven": "true"
}
}
}
5 changes: 0 additions & 5 deletions .gitpod.yml

This file was deleted.

0 comments on commit ab43bf3

Please sign in to comment.