Skip to content

Commit

Permalink
fix(devcontainer): new config
Browse files Browse the repository at this point in the history
  • Loading branch information
101zh committed Oct 2, 2023
1 parent 75cf7b6 commit 1f2e097
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@

"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "none",
"installMaven": "true",
"installGradle": "false"
"installMaven": true,
"version": "8",
"jdkDistro": "ms",
"gradleVersion": "latest",
"mavenVersion": "latest",
"antVersion": "latest"
},
"ghcr.io/devcontainers-contrib/features/ant-sdkman:2": {
"version": "latest",
Expand Down

0 comments on commit 1f2e097

Please sign in to comment.