Intellij - 配置为使用 Maven Wrapper 时未找到有效的 Maven 安装

Intellij - No valid Maven installation found when configured to use Maven Wrapper

我今天将我的 IntelliJ 社区从 2021.1 升级到 2021.2,现在我在尝试 运行 maven 命令时遇到以下错误:

No valid Maven installation found. Either set the home directory in the configuration dialog or set the M2_HOME environment variable on your system.

但它已正确配置为使用 Maven Wrapper:

我的.mvn/wrapper/maven-wrapper.properties如下:

distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar

我应该怎么做才能继续使用 Maven Wrapper?或者这可能是一个错误?

这是一个错误:IDEA-258757无法使用 maven wrapper 启动任务

更新: 这在版本 2021.3+

中已修复