square / dagger

A fast dependency injector for Android and Java.
https://square.github.io/dagger/
Apache License 2.0
7.31k stars 3.07k forks source link

dagger-compiler:1.3.0-SNAPSHOT not on Sonatype #523

Closed AngusMorton closed 8 years ago

AngusMorton commented 8 years ago

It looks like the dagger:1.3.0-SNAPSHOT is available on Sonatype, however the dagger-compiler:1.3.0-SNAPSHOT is not available, as far as I can see.

https://oss.sonatype.org/content/repositories/snapshots/com/squareup/dagger/dagger/ https://oss.sonatype.org/content/repositories/snapshots/com/squareup/dagger/dagger-compiler/

apt 'com.squareup.dagger:dagger-compiler:1.3.0-SNAPSHOT'
compile 'com.squareup.dagger:dagger:1.3.0-SNAPSHOT'

Have I missed something?

JakeWharton commented 8 years ago

The build is failing halfway through when it tries to upload. I'll look later.

On Mon, Mar 21, 2016 at 8:39 AM Angus notifications@github.com wrote:

It looks like the dagger:1.3.0-SNAPSHOT is available on Sonatype, however the dagger-compiler:1.3.0-SNAPSHOT is not available, as far as I can see.

https://oss.sonatype.org/content/repositories/snapshots/com/squareup/dagger/dagger/

https://oss.sonatype.org/content/repositories/snapshots/com/squareup/dagger/dagger-compiler/

apt 'com.squareup.dagger:dagger-compiler:1.3.0-SNAPSHOT' compile 'com.squareup.dagger:dagger:1.3.0-SNAPSHOT'

Have I missed something?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/square/dagger/issues/523