I'm still seeing `[ERROR] Failed to execute goal o...
# kotest
b
I'm still seeing
[ERROR] Failed to execute goal on project jicoco-test-kotlin: Could not resolve dependencies for project org.jitsi:jicoco-test-kotlin:jar:1.1-SNAPSHOT: The following artifacts could not be resolved: com.github.ajalt.clikt:clikt:jar:2.6.0, com.github.ajalt.clikt:clikt-js:jar:2.6.0, com.github.ajalt.clikt:clikt-linuxx64:klib:2.6.0, com.github.ajalt.clikt:clikt-metadata:jar:2.6.0: Could not find artifact com.github.ajalt.clikt:clikt:jar:2.6.0 in jitsi-maven-repository-releases (<https://github.com/jitsi/jitsi-maven-repository/raw/master/releases/>) -> [Help 1]
when I include the
kotest-runner-console-jvm
in my pom and try to compile from the command line. @sam I think you said the need for this dep is going to go away soon (because it will be bundled). Is that right? Has that been released?
s
Yep, you should be on plugin 1.1.9 now
And then you can remove the console dep
b
Ah cool, I see the update available now. Thanks.
s
Let me know if any issues
👍 1