-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
upgrade groovy to recent version
old:
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>1.1-rc-2</version>
</dependency>
new:
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>1.5.6</version>
</dependency>
<dependency>
i tried it with the trunk and the 'script console'
seems to work fine, but i dont know where else
groovy is used in hudson ...
[JENKINS-2191] upgrade groovy to recent version
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 132264 ] | New: JNJira + In-Review [ 201275 ] |
Is there any particular reason why you use groovy-all, as opposed to the plain
groovy?