nebula-plugins / nebula-test

Test harness for Gradle plugins
Apache License 2.0
45 stars 18 forks source link

Question: Gradle 2.4 support #51

Closed martinda closed 9 years ago

martinda commented 9 years ago

When I try to run gradle test on the gradle-2.4 branch, the apply plugin: 'nebula-test' line gives:

A problem occurred evaluating root project 'nebula-test'.
> org/gradle/listener/BroadcastDispatch

Is this a problem with Nebula, with Gradle, or am I doing something wrong? Or is this branch not ready yet? Is there a workaround?

bmuschko commented 9 years ago

The branch is not ready yet. We are hoping to release a 2.4-compatible version soon.

rspieldenner commented 9 years ago

gradle-2.6 compatible released, will that work for you?

martinda commented 9 years ago

Yes that works for me. Thank you!