Alexander Zolotov

Results 57 comments of Alexander Zolotov

> I feel like this could be added to the core plugin by setting a property. I believe the plugin shouldn't force any particular releasing process. Publishing SNAPSHOT version to...

There is a sensible default – empty channel name. Right now you're trying to apply your own approach to manage plugins and their releases for everyone. Not everybody uses EAP,...

> e.g. you could have isBeta = true or isEAP = true and that would set default channel names. Ok, let's consider this option. I'm really sorry, but I still...

It's more like a workaround, I think it's better to handle it on gradle-intellij-plugin side. So reopening. Btw, setting `exeutable` for `test` task is simpler workaround

> Given the hardcoded assumptions in the plugin, this is not currently possible. Why? What's the problem to cache the package in Artifactory with the same group/artifact names? > Would...

I see, thanks. Well, I don't mind to make this configurable, but I think it's better if you implemented it by yourself, check whether it works for you before and...

I don't think so. You still have to change `intellij.version` to run CLion or IDEA. Other IDEs are not support at all.

Sorry, missed the notification :( I'm not aware of blockmap files. As far as I remember, @piotrtomiak implemented enterprise repos support, maybe he knows something about the error?

> I think its fair to require the sources to be compiled before attempting to call runIde If IDE is already built, you can employ `runIde#ideDirectory` to point to the...

> I was hoping we could just point to the out/production path and run IJ through the compiled classpath. Got it. I’ll check how hard that would be to implement....