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-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new be9515ae30 Install Ant in Codespaces be9515ae30 is described below commit be9515ae30996c57d00ea9a5929819d73c5d466e Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Mon Apr 1 10:09:13 2024 +0000 Install Ant in Codespaces --- .devcontainer/devcontainer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index feaf76dafc..773b9f10dd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,6 +9,10 @@ }, "ghcr.io/devcontainers-contrib/features/mvnd-sdkman:2": { "jdkVersion": "none" + }, + // Needed to run some of the samples. + "ghcr.io/devcontainers-contrib/features/ant-sdkman:2": { + "jdkVersion": "none" } }, "customizations": {