Luke Daley
Luke Daley
Just checked the code. The way that extensions are being used is not quite right. Tasks shouldn't reach out to project extensions. The MinifyJsTask needs to expose the same configuration...
Hey @eriwen, I'm working on it. Just taking a bit because I'm stealing time here and there to work on it. WIll be some time this week.
@eriwen Bintray can sync back to Maven Central. http://blog.bintray.com/2014/02/11/bintray-as-pain-free-gateway-to-maven-central/
You’ll have to hold off. It’s not spec compliant yet. Once it is I’ll get some artefacts published.
I’m actively working on this right now. Should have it working in the next day or two.
What I've just pushed should be compliant and I think is good enough for an initial release. There's probably bugs and there are certainly performance problems, but I think it...
Pushed one example of interop with Ratpack: https://github.com/ReactiveX/RxJavaReactiveStreams/blob/0.x/examples/ratpack/src/test/java/rx/reactivestreams/example/ratpack/RatpackExamples.java#L46-46 Leaving this ticket open for more examples and some stuff in the README.
@naaman a better approach would be to get those plugins to support specifying the locations of caches for these tools, and then to use `gradle.gradleUserHomeDir` as the cache dir because...
> I think it would be good to split out moving to the async HTTP implementation from this PR first to reduce the size of this PR. > > Then...
@lptr based on this, here is my plan: - Add a new internal/unstable API that is based on ByteChannel and allows cache connectors to “not store”. - Don't touch any...