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 ec7a72e18a Set the Maven version for use in Codespaces
ec7a72e18a is described below

commit ec7a72e18a6dec22ed22e4cf1c429613d3ade7a7
Author: Andreas Veithen <andreas.veit...@gmail.com>
AuthorDate: Sat Oct 28 12:00:02 2023 +0000

    Set the Maven version for use in Codespaces
    
    It looks like recent Maven versions have a bug that is triggered by the
    Axis2 build.
---
 .devcontainer/devcontainer.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 4d62e3e012..785ef3b940 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -4,7 +4,8 @@
                "ghcr.io/devcontainers/features/java:1": {
                        "version": "11",
                        "jdkDistro": "zulu",
-                       "installMaven": "true"
+                       "installMaven": "true",
+                       "mavenVersion": "3.9.1"
                },
                "ghcr.io/devcontainers-contrib/features/mvnd-sdkman:2": {
                        "jdkVersion": "none"

Reply via email to