mkodekar / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

18.0-rc1is unusable because Truth dep is SNAPSHOT #1830

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Guava-testlib depends on truth:1.0-SNAPSHOT, which couldn't be downloaded from 
maven central.

Original issue reported on code.google.com by leventov...@gmail.com on 11 Aug 2014 at 6:42

GoogleCodeExporter commented 9 years ago

Original comment by kak@google.com on 11 Aug 2014 at 7:51

GoogleCodeExporter commented 9 years ago
truth-1.0-SNAPSHOT should be downloadable from maven central, but rc-1 should 
never have been released with snapshot dependencies.  We can fix this, but we 
should also fix our release process to confirm that we don't have snapshot 
versions prior to release.  

Original comment by cgruber@google.com on 11 Aug 2014 at 6:12

GoogleCodeExporter commented 9 years ago
At least with Gradle I cannot compile the project. I get

> Could not find com.google.truth:truth:1.0-SNAPSHOT.
  Searched in the following locations:
      http://repo1.maven.org/maven2/com/google/truth/truth/1.0-SNAPSHOT/maven-metadata.xml
      http://repo1.maven.org/maven2/com/google/truth/truth/1.0-SNAPSHOT/truth-1.0-SNAPSHOT.pom
      http://repo1.maven.org/maven2/com/google/truth/truth/1.0-SNAPSHOT/truth-1.0-SNAPSHOT.jar

Original comment by leventov...@gmail.com on 12 Aug 2014 at 9:28

GoogleCodeExporter commented 9 years ago
18.0-rc2 does not depend on a snapshot.

Original comment by cgdecker@google.com on 19 Aug 2014 at 7:26

GoogleCodeExporter commented 9 years ago
Thanks, with 18.0-rc2 everything is OK in my build.

Original comment by leventov...@gmail.com on 19 Aug 2014 at 10:47

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<issue id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:08

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:07