提交 afc0c223 编写于 作者: K Kohsuke Kawaguchi

Integrated Groovy 1.8

Conflicts:
	pom.xml
......@@ -359,7 +359,13 @@ THE SOFTWARE.
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>1.6.0</version>
<version>1.8.2-jenkins-1</version>
</dependency>
<dependency><!-- groovy shell uses this but it doesn't declare this dependency -->
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>0.9.94</version>
<scope>compile</scope>
</dependency>
<dependency>
<!--
......
......@@ -519,9 +519,9 @@ THE SOFTWARE.
</executions>
</plugin>-->
<plugin>
<groupId>org.codehaus.groovy.maven</groupId>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<version>1.0</version>
<version>1.3</version>
<executions>
<execution>
<goals>
......@@ -532,6 +532,18 @@ THE SOFTWARE.
</goals>
</execution>
</executions>
<configuration>
<!-- 1.8 not yet supported by plugin but 1.7 works
here so long as we provide explicit version -->
<providerSelection>1.7</providerSelection>
</configuration>
<dependencies>
<dependency>
<groupId>org.codehaus.gmaven.runtime</groupId>
<artifactId>gmaven-runtime-1.7</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
</plugin>
</plugins>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册