sbt / sbt-pom-reader

Translates xml -> awesome. Maven-ish support for sbt.
Other
76 stars 27 forks source link

CI requires migration #67

Closed gemelen closed 3 years ago

gemelen commented 3 years ago

Current setup is behind current situation with Travis changes, bintray changes and possibe some more.

Minimum list of issues to solve:

  1. how to build without pulling versions from Bintray (current setup looks there and fails)
  2. where to publish result artifact and what else needs to be configured to do so
gemelen commented 3 years ago

@eed3si9n could you please advise how to configure this repo according the issues?

Is it viable to switch to GH Actions for the first one?

eed3si9n commented 3 years ago

Not sure what you mean by "pulling versions from Bintray"

gemelen commented 3 years ago

If I undesrtand logs for https://travis-ci.org/github/sbt/sbt-pom-reader/builds/766704469 run correctly, travis tries to fetch latest SBT from https://repo.scala-sbt.org/scalasbt/maven-releases/org/scala-sbt which in interactive mode redirects me to https://dl.bintray.com/sbt/maven-releases/org/scala-sbt/ (where latest sbt versions are not present)

eed3si9n commented 3 years ago

That's actually a bug in Travis CI using an older version sbt-extras - https://github.com/sbt/sbt/discussions/6441

You can mitigate this by migrating to GitHub Actions, bumping to more recent sbt-extras, or using the official sbt.