I'm seeing that when I add kotest 4.1.1 as a dep I...
# kotest
b
I'm seeing that when I add kotest 4.1.1 as a dep I'm failing to resolve
com.github.ajalt.clikt:clikt:2.6.0
...anyone else seeing that?
Started seeing this over the weekend but still getting it. I've added this same kotest version in another project in the last week or so and didn't see this. Just wondering if it's known.
s
it's only used by the console runner
b
Is that repo down for you too? Prevents me from installing locally.
s
Which repo ?
b
Oops, nevermind...you're probably not using maven
s
Gradle yeah
but they get the artifacts from the same place
b
Oh, well maybe you would hit it then
It's all there
b
Ok, clearing the cache did it...must've caught it at a bad time and then maven caches that it seems.
👍🏻 1
I take that back, it didn't...for some reason maven seems to be searching for the wrong url:
Copy code
Downloading from central: <https://repo.maven.apache.org/maven2/com/github/ajalt/clikt/clikt/2.6.0/clikt-2.6.0.pom>
[WARNING] The POM for com.github.ajalt.clikt:clikt:jar:2.6.0 is missing, no dependency information available
There's an extra
/clikt
in
<https://repo.maven.apache.org/maven2/com/github/ajalt/clikt/clikt/2.6.0/clikt-2.6.0.pom>
there looks like
s
did you add this to the build yourself ?
b
nope, it's from the console runner dep
Its correct in kotest
and the console runner wouldn't work without it, so that would break everyone using the plugin
b
Interesting...in maven looks like it's wrong:
s
I wonder if maven is getting confused for some reason
hmmm it might be beause it's a multi platform dependency, see how it's adding all the linux / js stuff
b
Yeah must be a maven thing I guess
s
well the good news is that the plugin no longer needs the console dep adding to your build
It's now bundled with the plugin. I haven't released it yet because I haven't finished testing it, but you're welcome to try.
b
Ah cool
s
It's a bit big dep atm as it includes a lot of stuff
b
K I'll give it a shot if I've got some time today
s
👍🏻
Then you can remove console from your build file