alexarchambault on gh-pages
Update website (compare)
alexarchambault on master
Fix Linux aarch64 job on CI Disable jobs that already ran f… Disable / re-enable jobs that a… and 2 more (compare)
alexarchambault on gh-pages
Update website (compare)
alexarchambault on v2.1.0-M6
Disable / re-enable jobs that a… (compare)
alexarchambault on v2.1.0-M6
Disable jobs that already ran f… (compare)
alexarchambault on v2.1.0-M6
Fix Linux aarch64 job on CI (compare)
alexarchambault on master
alexarchambault on master
Fix Linux aarch64 job on CI (compare)
I am getting this error when trying to do sbt compile
on a project
coursier.ResolutionException: Exception during resolution
[error] Caused by: java.io.FileNotFoundException: <path to artifactory>/artifactory/typesafe-ivy-releases/org.junit.vintage/junit-vintage-engine/5.7.0/ivys/ivy.xml.sha1.lock (No such file or directory)
I am using sbt 1.3.13
. I have checked and the dependency is present in the remote artifactory. The repostories
configuration is proper. I am confused because I don't see an attempt to try to resolve this from the remote repository as it is not present in cache. What am I missing?
If I get
Exception in thread "main" coursier.cache.ArtifactError$DownloadError: download error: Caught java.net.MalformedURLException: unknown protocol: zip+https (unknown protocol: zip+https) while downloading zip+https://github.com/sbt/sbt/releases/download/v1.4.6/sbt-1.4.6.zip!sbt/bin/sbtn-x86_64-pc-linux
when running coursier install sbtn
- where should I look for issues? old coursier version? jdk issue?
readlink
$(dirname $(readlink -f "$0"))
solves this issue
--progress
supposed to completely hide any progress at all?
cs fetch org.scala-sbt::zinc_2.12:1.4.4
Exception in thread "main" coursier.install.AppArtifacts$ScalaDependenciesNotFound: Can't find a scala version suffix for org.scala-sbt::zinc_2.12:1.4.4
COURSIER_REPOSITORIES="https://mycompany.com/nexus/content/groups/public" COURSIER_CACHE=/tmp/yo/ coursier fetch scalafmt
Exception in thread "main" coursier.install.AppArtifacts$ScalaDependenciesNotFound: Can't find a scala version suffix for org.scalameta::scalafmt-cli:latest.release (likely a non existing module or version)
I'm getting this exception when I'm trying coursier fetch
with a private repository. Anyone has any idea what might be going on?
mirrors.properties
to point central.to correctly my local maven proxy. On top of that, I'm passing -r https://maven.company.com/nexus/content/groups/public --no-default
to coursier. Even then... it's trying to connect to repo1.maven.org
. I don't understand why.
coursier/cache-action
, we're seeing warnings like reserveCache failed
. Is it OK? Or is something going wrong? /cc @mijicdpath/to/bootstrap!coursier/bootstrap/launcher/jars/___.jar
instead of the typical file:/path/to/__main__.py
or jar:/path/to/___.jar
Hi, I'm trying to use a local maven repo. When I do coursier fetch scalafmt
it fails with Caused by: coursier.install.AppArtifacts$ScalaDependenciesNotFound: Can't find a scala version suffix for org.scalameta::scalafmt-cli:latest.release (likely a non existing module or version)
However when I write the exact version number (after consulting the internet on whatever the latest version, couriser succeeds):
[siddhant@localhost ~] coursier fetch org.scalameta:scalafmt-cli_2.13:2.7.5
Does anyone have ideas as to what might be going on or how do I debug this?
coursier fetch org.scalameta::scalafmt-cli:2.7.5
but that doesn't work either (notice the ::
)
brew install coursier/formulas/coursier
and brew tap coursier/formulas
. Each time, I get these errors:Error: Invalid formula: /usr/local/Homebrew/Library/Taps/coursier/homebrew-formulas/coursier.rb
coursier: Unsupported special dependency :java
Error: Cannot tap coursier/formulas: invalid syntax in tap!
Hi @lolgab
Does coursier need special treatment to update GraalVM to 21.0.0 ? If so, is it tracked somewhere?
Coursier uses a JSON file with an index of JVMs from Jabba project. Version 21.0 of GraalVM was only recently added there. For some reason Coursier doesn't pick this up automatically, but if you pass an additional option, the new GraalVM can be used. The option is
--jvm-index https://raw.githubusercontent.com/shyiko/jabba/master/index.json
sbt test:coursierDependencyTree
but it is not working the same forCan anyone see why this might be giving me the below errors?
./coursier --help --no-default -r "https://repo.corp.com/repository/maven-public/"
It appears to be ignoring the command line args?
Error while downloading https://repo1.maven.org/maven2/com/github/alexarchambault/case-app_2.12/2.0.0-M9/case-app_2.12-2.0.0-M9.jar: Connection reset, ignoring it
Error while downloading https://repo1.maven.org/maven2/com/github/alexarchambault/argonaut-shapeless_6.2_2.12/1.2.0-M11/argonaut-shapeless_6.2_2.12-1.2.0-M11.jar: Connection reset, ignoring it
Error while downloading https://repo1.maven.org/maven2/com/github/alexarchambault/case-app-util_2.12/2.0.0-M9/case-app-util_2.12-2.0.0-M9.jar: Connection reset, ignoring it
Error while downloading https://repo1.maven.org/maven2/com/chuusai/shapeless_2.12/2.3.3/shapeless_2.12-2.3.3.jar: Connection reset, ignoring it
Error while downloading https://repo1.maven.org/maven2/com/github/alexarchambault/case-app-annotations_2.12/2.0.0-M9/case-app-annotations_2.12-2.0.0-M9.jar: Connection reset, ignoring it
/Users/jast/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/jetbrains/scala/scala-compiler-indices-protocol_2.13/1.0.13/scala-compiler-indices-protocol_2.13-1.0.13-javadoc.jar
and want the /Users/jast/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/
and org/jetbrains/scala/scala-compiler-indices-protocol_2.13/1.0.13/scala-compiler-indices-protocol_2.13-1.0.13-javadoc.jar
portions separately?