提交 913dc8df 编写于 作者: M Mao Wei 提交者: Greg Hogan

[FLINK-4128] [build system] Fix directory for git-commit-id-plugin

This closes #2179
上级 7324b9c1
......@@ -323,7 +323,7 @@ under the License.
</execution>
</executions>
<configuration>
<dotGitDirectory>${project.basedir}/../../.git</dotGitDirectory>
<dotGitDirectory>${project.basedir}/../.git</dotGitDirectory>
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<skipPoms>false</skipPoms>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册