Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Zolotov
Total activity
721
Last activity
November 01, 2023 08:52
Member since
April 05, 2011 22:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
241
Activity overview
Articles (0)
Posts (0)
Comments (480)
Sort by recent activity
Recent activity
Votes
Created
April 09, 2017 11:01
Official comment
You use snapshot version, it's changed every day. Caching snapshot dependencies can be configured in gradle.
Community
IntelliJ IDEA Open API and Plugin Development
Plugin gradle config: building downloads the same version
0 votes
Created
April 08, 2017 09:04
I didn't get it, what's the problem exactly?
Community
IntelliJ IDEA Open API and Plugin Development
Plugin gradle config: building downloads the same version
0 votes
Created
March 28, 2017 10:46
> the jar file exist in the libs dir. These gradle config files work. By the way, you depend on `libs/libs/plugin_base-1.0.jar`, not on `libs/plugin_base-1.0.jar`. I'm not sure what do you mean ...
Community
IntelliJ IDEA Open API and Plugin Development
Gradle config for plugin
0 votes
Created
March 28, 2017 10:42
> the error in the original post in this topic appeared with different build.gradle files. The error describes the only the latest lsource that was used for resolving base.jar, if the jar was there...
Community
IntelliJ IDEA Open API and Plugin Development
Gradle config for plugin
0 votes
Created
March 28, 2017 10:08
Official comment
I believe that you just do not have `libs/base-1.0.jar` under your project's base dir, so the `base` dependency is unresolved. It has nothing to do with intellij or gradle-intellij-plugin. Unrela...
Community
IntelliJ IDEA Open API and Plugin Development
Gradle config for plugin
0 votes
Created
March 28, 2017 09:29
Please provide whole `build.gradle`. How do you depend on IntelliJ dependencies?
Community
IntelliJ IDEA Open API and Plugin Development
Gradle config for plugin
0 votes
Created
January 27, 2017 17:44
Official comment
I didn't create an issue. Here is the fix: https://github.com/JetBrains/gradle-intellij-plugin/commit/d136f4fa7eb2da146970c46554fcca99a0ce3d87. I'll publish the new version in a few days. Meanwhile...
Community
IntelliJ IDEA Open API and Plugin Development
case-sensitivity issue with plugins in gradle build
0 votes
Created
January 27, 2017 16:16
Hi, Sorry for a delay. As it's stated in documentation for bundled plugins a plugin's directory is used as a name of plugin-dependency. This means that the case-insensitivity of the name is defin...
Community
IntelliJ IDEA Open API and Plugin Development
case-sensitivity issue with plugins in gradle build
0 votes
Edited
December 29, 2016 09:36
I have no idea why JDK-classes is highlighted, but since the project is compiled and run, I don't see how it can affect anything. You can try invoke 'File | Invalidate Caches' though. As for adding...
Community
IntelliJ IDEA Open API and Plugin Development
custom language plugin
0 votes
Created
December 28, 2016 21:02
> Some classes and override instructions cannot be resolved by the editor. Maybe this is a reason? It is, for sure. But how did you run debug IDE instance if you cannot compile the project? Any...
Community
IntelliJ IDEA Open API and Plugin Development
custom language plugin
0 votes
«
First
‹
Previous
Next
›
Last
»