initial commit

Change-Id: Ia089eb554f4275ca664057cf1c26ad262710bfa0
This commit is contained in:
Scaffolder
2026-08-11 16:35:07 +00:00
commit 38c63058df
139 changed files with 28500 additions and 0 deletions

9
.gitpod.yml Normal file
View File

@@ -0,0 +1,9 @@
image:
file: ./.devcontainer/Dockerfile
tasks:
- before: sudo usermod -a -G sdkman gitpod && sudo usermod -a -G nvm gitpod && sudo chown -R gitpod /usr/local/sdkman /usr/local/share/nvm
- init: ./mvnw install
vscode:
extensions:
- vscjava.vscode-java-pack
- redhat.vscode-xml