Алексей Дмитриев
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Using spellcheck as a standalone process (ci)
AnsweredHi, I'm interested to run intellij idea/pycharm spell check as process in ci (outside of IDE). Is it possible? -
Created Can't compile plugin after update to 2019.3
AnsweredSo, I have a small plugin in developement build.gradle:```plugins {id 'java'id 'org.jetbrains.intellij' version '0.4.15'} group 'ID'version '1.0' sourceCompatibility = 1.8 repositories {mavenCentra...