提交 101507f4 编写于 作者: K Kohsuke Kawaguchi

GMaven needs to use the same provider as the Groovy core uses.

This is based on
http://stackoverflow.com/questions/13113142/gmaven-build-fails-with-an-api-incompatibility-was-encountered
上级 76533e7d
......@@ -172,6 +172,10 @@
<version>1.6.5</version>
</dependency>
</dependencies>
<configuration>
<!-- use provider that matches Groovy version in core -->
<providerSelection>1.8</providerSelection>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册