This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis1-java.git

commit 994b7b17fdbf00d5c9845671be0f1978b61f5d7b
Author: Andreas Veithen <andreas.veit...@gmail.com>
AuthorDate: Sun Aug 13 20:11:45 2023 +0000

    Add Codespaces configuration
---
 .devcontainer/devcontainer.json | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
new file mode 100644
index 000000000..9af12cbdd
--- /dev/null
+++ b/.devcontainer/devcontainer.json
@@ -0,0 +1,13 @@
+{
+       "image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
+       "features": {
+               "ghcr.io/devcontainers/features/java:1": {
+                       "version": "8",
+                       "installMaven": "true",
+                       "mavenVersion": "3.9.1"
+               }
+       },
+       "hostRequirements": {
+               "memory": "8gb"
+       }
+}

Reply via email to