Added maven shade process

This commit is contained in:
2025-07-29 23:40:21 +00:00
parent 6fcb93d204
commit 211b530f33
8 changed files with 45 additions and 33 deletions

View File

@@ -7,17 +7,10 @@
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "none",
"installMaven": "false",
"installGradle": "false"
}
},
"customizations": {
"vscode": {
"extensions": [
"redhat.java",
"redhat.vscode-xml"
]
"version": "21",
"installMaven": "true",
"installGradle": "false",
"mavenVersion": "3.9.10"
}
}