Skip to content

Instantly share code, notes, and snippets.

@rtyler
Created March 25, 2015 16:09
Show Gist options
  • Save rtyler/69c09942d8331f58242c to your computer and use it in GitHub Desktop.
Save rtyler/69c09942d8331f58242c to your computer and use it in GitHub Desktop.
:compileGroovy
:processResources
:classes
:compileTestJava UP-TO-DATE
:compileTestGroovy
startup failed:
Could not instantiate global transform class org.spockframework.compiler.SpockTransform specified at jar:file:/home/tyler/.gradle/caches/modules-2/files-2.1/org.spockframework/spock-core/1.0-groovy-2.4/ceaa8b69f274ed3de24da3e6a6c86f673b426d1a/spock-core-1.0-groovy-2.4.jar!/META-INF/services/org.codehaus.groovy.transform.ASTTransformation because of exception org.spockframework.util.IncompatibleGroovyVersionException: The Spock compiler plugin cannot execute because Spock 1.0.0-groovy-2.4 is not compatible with Groovy 2.3.6. For more information, see http://versioninfo.spockframework.org
Spock artifact: file:/home/tyler/.gradle/caches/modules-2/files-2.1/org.spockframework/spock-core/1.0-groovy-2.4/ceaa8b69f274ed3de24da3e6a6c86f673b426d1a/spock-core-1.0-groovy-2.4.jar
Groovy artifact: file:/home/tyler/.gradle/wrapper/dists/gradle-2.2.1-bin/88n1whbyjvxg3s40jzz5ur27/gradle-2.2.1/lib/groovy-all-2.3.6.jar
:dependencies
------------------------------------------------------------
Root project - Gradle plugin for building a prim and proper Lookout service artifact
------------------------------------------------------------
archives - Configuration for archive artifacts.
No dependencies
compile - Compile classpath for source set 'main'.
\--- org.codehaus.groovy:groovy-all:2.4.3
default - Configuration for default artifacts.
\--- org.codehaus.groovy:groovy-all:2.4.3
runtime - Runtime classpath for source set 'main'.
\--- org.codehaus.groovy:groovy-all:2.4.3
testCompile - Compile classpath for source set 'test'.
+--- org.codehaus.groovy:groovy-all:2.4.3
+--- org.spockframework:spock-core:1.0-groovy-2.4
| +--- org.codehaus.groovy:groovy-all:2.4.1 -> 2.4.3
| \--- junit:junit:4.12
| \--- org.hamcrest:hamcrest-core:1.3
\--- cglib:cglib-nodep:2.2.+ -> 2.2.2
testRuntime - Runtime classpath for source set 'test'.
+--- org.codehaus.groovy:groovy-all:2.4.3
+--- org.spockframework:spock-core:1.0-groovy-2.4
| +--- org.codehaus.groovy:groovy-all:2.4.1 -> 2.4.3
| \--- junit:junit:4.12
| \--- org.hamcrest:hamcrest-core:1.3
\--- cglib:cglib-nodep:2.2.+ -> 2.2.2
(*) - dependencies omitted (listed previously)
BUILD SUCCESSFUL
Total time: 1.919 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment