Closed AngusMorton closed 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
It looks like the
dagger:1.3.0-SNAPSHOT
is available on Sonatype, however thedagger-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/
Have I missed something?