-
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
Clojure doesn't build for me #327
Comments
That is odd considering it made it through our build and release cycle. @daveray any ideas? |
I was able to reproduce this, but not consistently. I also found non-deterministic unit test failures during build. See #329 for the full report & link to a gist with transcripts. |
I wrestled with DummyObservable a bit, but thought I had beaten it. Clearly not. I'll take a look. Sorry about that. |
RxJava issue ReactiveX#327. Moved DummyObservable into main so that it's compiled and available when the clojureTest task executes. Perhaps someone with stronger Gradle skills can figure out how to put this Java class in src/test and get things to work out. Correctly. For the time being, several clean/build cycles worked fine for me.
Yes, works for me now, thanks! |
Great. Thanks for confirming. |
RxJava issue ReactiveX#327. Moved DummyObservable into main so that it's compiled and available when the clojureTest task executes. Perhaps someone with stronger Gradle skills can figure out how to put this Java class in src/test and get things to work out. Correctly. For the time being, several clean/build cycles worked fine for me.
…eX#438) Issue ReactiveX#273: Added remove method to AbstractRegistry. Issue ReactiveX#273: Added replace method to AbstractRegistry. Issue ReactiveX#327: MicroMeter tagged Metric classes are automatically updated when an entry is added, removed or replaced in AbstractRegistry.
For 0.11.1,
./gradlew clean build
leads toThe class is there, however the build doesn't seem to pick it up.
The text was updated successfully, but these errors were encountered: