cheister

Results 33 comments of cheister

I don't think `+` is a character [maven supports in versions](https://maven.apache.org/guides/mini/guide-naming-conventions.html). That being said, is there an example of a maven artifact with a `+` in the version we could...

Ok, I found https://github.com/bazelbuild/rules_jvm_external/issues/170, which runs a test with an artifact that has `+` in version. Any ideas why that one works but your's is failing? I'm guessing that this...

> How do I differentiate a V1 lock file from a V2 lock file? Any time you pin deps with rules_jvm_external 5.1 or later you'll get a V2 lock file....

Looks like there are some compilation errors in the scala examples. Does the scala version also need to be updated?

It looks like it will download both the one you ask for _and_ the one for the architecture of your OS. I tried ``` maven_install( name = "linux", artifacts =...

> Is this happening on the command line builds? Or somewhere else (perhaps in the IDE integration?) Normally, you won't need to download intermediate artifacts, but perhaps you're doing something...

I was seeing this error when calling `bazel sync` on our repo. The reason this started showing up with https://github.com/bazelbuild/rules_jvm_external/commit/3ec0bbb95278bf01f4d3e19b6c193d61e79ffc19 is because `fetch_sources = True` was added to the `rules_jvm_external_deps`...

Can you provide more information on what is not working for you?

Is there a test that can be added for this case?

The COURSIER_OPTS env var is currently intended to pass JVM args to the coursier command https://github.com/bazelbuild/rules_jvm_external#provide-jvm-options-for-coursier-with-coursier_opts so I think it's in the correct place. What options are you trying to...