square / dagger

A fast dependency injector for Android and Java.

Home Page:https://square.github.io/dagger/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dagger-compiler:1.3.0-SNAPSHOT not on Sonatype

AngusMorton opened this issue · comments

commented

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?

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
#523