Skip to content
Commit c329f036 authored by Kohsuke Kawaguchi's avatar Kohsuke Kawaguchi
Browse files

Adding org.codehaus.groovy.transform.powerassert.ValueRecorder

The compiler used to compile src/test/java/**/*.groovy seems to produce
a reference to org.codehaus.groovy.transform.powerassert.ValueRecorder,
while our Groovy runtime appears to contain
org.codehaus.groovy.runtime.powerassert.ValueRecorder.

I suppose the proper fix is to somehow run Groovy 1.8 compiler,
but this fix adds the necessary code to the classpath.
parent a33e147a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment