Erik C. Thauvin

Results 35 comments of Erik C. Thauvin

@arundaskd Did you ever find a solution to this? I'm having the exact same issue.

Why is `doc` not just calling the standard `compile`? Shouldn't it just depend on it?

Have you tried tagging manually? ```bash git tag -a version -m "Released version" ```

@johanhaleby I cloned your project and I'm seeing the same behavior, even after re-initializing git. Kobalt is using JGit from Eclipse. Looking around I've seen people reporting the same problem...

Is there a way to do that, yet? I was hoping that `compile("foo.bar:foo:jar:0.3.0")` would, but it doesn't.

> > Version 1.17.0-RC1 is sadly broken (see #3729). We're working on getting RC2 out soon. > Please try with 1.16.0 and update the issue if it's still happening or...

@cortinico Happens with 1.14.0 and 1.15.0 too. I've updated the issue accordingly.

Same problem with the new plugin, and also after updating to IDEA 2017.2.3. As far as testing, pretty easy: `kobatlw --init kotlin` then import into IDEA... ![2017-09-04 18_04_08-new folder -...

@dmitry-zhuravlev Using stock 1.0.89. Log enclosed, from start to quit. [idea.zip](https://github.com/cbeust/kobalt-intellij-plugin/files/1278593/idea.zip)

@dmitry-zhuravlev Since you mentioned the Kobalt server, I used: `kobaltw --server --force` before starting IDEA, and that temporarly fixes the problem. I say temporarily because that only works for the...