Closed martinda closed 9 years ago
When I try to run gradle test on the gradle-2.4 branch, the apply plugin: 'nebula-test' line gives:
gradle test
apply plugin: 'nebula-test'
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?
The branch is not ready yet. We are hoping to release a 2.4-compatible version soon.
gradle-2.6 compatible released, will that work for you?
Yes that works for me. Thank you!
When I try to run
gradle test
on the gradle-2.4 branch, theapply plugin: 'nebula-test'
line gives: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?