tlberglund / groovy-liquibase

Yet Another Groovy DSL for Liquibase
Other
85 stars 66 forks source link

fix using different versions of groovy library in compile time and runti... #43

Closed corecanarias closed 9 years ago

corecanarias commented 9 years ago

Get this error if I try to execute an update with the integrated gradle: Caused by: java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.BytecodeInterface8 at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ... 4 more

stevesaliman commented 9 years ago

Version 1.0.1 of the Groovy DSL and Gradle plugin have been released, which should fix any groovy version issues.