getnelson / quiver

A reasonable library for modeling multi-graphs in Scala
http://verizon.github.io/quiver/
Apache License 2.0
5 stars 3 forks source link

Sonatype credentials are not set up #6

Open keynmol opened 4 years ago

keynmol commented 4 years ago

Oh well :)

https://travis-ci.org/github/getnelson/quiver/jobs/736154313

[info] Nexus repository URL: https://oss.sonatype.org/service/local

[info] sonatypeProfileName = io.getnelson

[info] Reading staging profiles...

[error] java.lang.IllegalStateException: No credential is found for oss.sonatype.org. Prepare ~/.sbt/(sbt_version)/sonatype.sbt file.

Same as 8 months ago

rossabaker commented 4 years ago

My understanding is that it will publish from @timperrett's infrastructure.

If nothing shows up soon in this directory, then I think we'll need Tim's help.

keynmol commented 4 years ago

Great, will wait for it propagate if Tim's infra is all set up 👍

keynmol commented 4 years ago

Yaaay

@ import $ivy.`io.getnelson.quiver::core:8.0.9`
https://repo1.maven.org/maven2/io/getnelson/quiver/core_2.13/8.0.9/core_2.13-8.0.9.pom
  100.0% [##########] 2.8 KiB (3.9 KiB / s)
https://repo1.maven.org/maven2/org/typelevel/cats-free_2.13/2.2.0/cats-free_2.13-2.2.0.pom
  100.0% [##########] 4.1 KiB (37.8 KiB / s)
https://repo1.maven.org/maven2/org/typelevel/cats-free_2.13/2.2.0/cats-free_2.13-2.2.0-sources.jar
  100.0% [##########] 17.7 KiB (146.5 KiB / s)
https://repo1.maven.org/maven2/org/typelevel/cats-free_2.13/2.2.0/cats-free_2.13-2.2.0.jar
  100.0% [##########] 264.4 KiB (1.6 MiB / s)
https://repo1.maven.org/maven2/io/getnelson/quiver/core_2.13/8.0.9/core_2.13-8.0.9-sources.jar
  100.0% [##########] 15.9 KiB (78.9 KiB / s)

Given that releases run on Tim's buildkite - shall we remove sbt release from the travis pipeline and just keep it for CI only? So that things don't go red

rossabaker commented 4 years ago

Yes, that sounds wise to me.