Zubinmeva
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Created Binary Dependency
AnsweredThe plugin I am writing is dependent on an external tool that is provided as a binary on GitHub. How could I include it as a dependency for my plugin? -
Created Paid plugin developed on Community Edition?
AnsweredI'm developing a plugin the that I'd like to put on your marketplace. I have developed it using the community edition of IntelliJ. Would I need to use the pro edition of IntelliJ IDEA in order to c... -
Edited Obfuscation
AnsweredI have run proguard to obfuscate the plugin I am developing. I ran it on the zip file in the build/distributions folder. When I try to install the obfuscated plugin I get errors like: Caused by: ... -
Created Build system information
AnsweredI'm building a plugin where it would be useful for me to know what build system, e.g. buck, maven, ant, gradle, etc., a project is using. How would I get this information using the open API?