-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not build #2336
Comments
That looks like you're picking up the new Nebula build plugin but running on an old copy of the repo which hasn't updated the build.gradle file. Please update your copy to the latest. Here is my test to assert that it is working:
|
It's a JVM issue. See https://jira.codehaus.org/browse/GROOVY-6951 |
@zsxwing @benjchristensen |
╰─± ./gradlew build
Inferred version: 1.1.0-SNAPSHOT
FAILURE: Build failed with an exception.
Where:
Build file '/Users/xiaqiulei/Documents/code/github/RxJava/build.gradle' line: 9
What went wrong:
A problem occurred evaluating root project 'rxjava'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
The text was updated successfully, but these errors were encountered: